Re: confused...
- Posted by Burt Feb 03, 2009
- 941 views
achury said...
Burt said...
achury said...
The variable that receives this value must be declared as sequence or object, never as string. Please check this and post all the code.
But isn't a string the same as a sequence? I did declare the variable as a sequence.
Is not the same. A string is a special case of sequence wich all the elements are integers, so fit well to represent text strings. So all the string ares sequences but not all the sequences are strings
But I thought you could only declare variables as one of the following:
- object
- sequence
- atom
- integer
How do I declare a variable as a string?