Normal Topic Help what have I done wrong???!?! (Read 438 times)
drastixnz
Full Member
***
Offline


A Newbie....

Posts: 146
Location: New Zealand
Joined: Nov 29th, 2006
Help what have I done wrong???!?!
Jul 26th, 2007 at 1:24am
Print Post Print Post  
If @isBlank(Key #) Then
Key # = @Right("00" + @Number, 5)

GlobalValue("Key #", Key #)
  
Back to top
IP Logged
 
proudpoppy
Full Member
Members
***
Offline


Do What ??

Posts: 420
Location: South Carolina
Joined: Apr 7th, 2004
Re: Help what have I done wrong???!?!
Reply #1 - Jul 26th, 2007 at 12:45pm
Print Post Print Post  
I believe the pound "#" is illegal for a element name. Should be like "KeyNumber"
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Help what have I done wrong???!?!
Reply #2 - Jul 26th, 2007 at 1:18pm
Print Post Print Post  
You seem to be mixing your methods. If you are doing what I think you are, you want to use @Number or GlobalValue, not both at once.

Here are instructions for GlobalValue:
http://www.lantica.com/Support/sesame_onesheet_10.html
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged