Hi,
i am searching for documentation abaout predefined string equates as shown in Gazette 1/9 (like $TAB, $NUL, ...)
Why isn´t it possible to combine two string equates like:
$VAR1 = "TEST1"
$VAR2 = "TEST2"
$VAR4 = $VAR1 & $VAR2
The compiler tells me "String constant expected"
The Help-File says this can be done...
Thank You!
-------------
Josef Lindinger
mailto:[email protected][email protected]</A>
www.selisoft.com
i am searching for documentation abaout predefined string equates as shown in Gazette 1/9 (like $TAB, $NUL, ...)
Why isn´t it possible to combine two string equates like:
$VAR1 = "TEST1"
$VAR2 = "TEST2"
$VAR4 = $VAR1 & $VAR2
The compiler tells me "String constant expected"
The Help-File says this can be done...
Thank You!
-------------
Josef Lindinger
mailto:[email protected][email protected]</A>
www.selisoft.com
Comment