This has been mentioned before but just wanted to bump it back into focus:

Would be a wonderful shortcut if we could DIM and ASSIGN in one statement. Possible examples:

code:
 
Dim $Number = 5

Dim $String = "Kixtart"

Dim $Array = 1,2,3

-Shawn

[ 08. February 2003, 16:46: Message edited by: Shawn ]