svintaj
11-18-2003, 08:19 PM
Do you know what's wrong with this script? :shrug:
global string $TestString = "Hello";
TestProc();
global proc TestProc(){
print ( $TestString );
}
I get this error:
Error: "$TestString" is an undeclared variable.
Thanks/ Svante
global string $TestString = "Hello";
TestProc();
global proc TestProc(){
print ( $TestString );
}
I get this error:
Error: "$TestString" is an undeclared variable.
Thanks/ Svante
