|
tbone235 Apprentice
Joined: 02 Nov 2002 Posts: 107 Location: Australia
|
Posted: Wed Jan 29, 2003 3:12 am
List variable creating |
B4 i upgraded to v6.4 I was creating a var in a subfolder using this line
#VAR Morts "" "" "Level and Remort Detection"
this variable was a list and was taking in string variables and working just great... But now it doesn't work... is there something new in how to declare string lists in v 6.40? thanks :) |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Jan 29, 2003 5:09 am |
That just creates an empty variable in subclass "Level and Remort Detection", and gives it a default value of %null. Whether it becomes a list depends on the values assigned to it later, and the method used to assign those values. This hasn't changed at all.
It really doesn't matter what type a variable is when all it contains is "".
LightBulb
Senior Member |
|
|
|
|
|