OK. There must be something very obvious that I'm not doing.
I take your example (found searching on concatenates, but not on concatenate
<$x = (19 * 6 + 5)>
<$txt = ( "This is test " + $x )>
Then I try to show the results (under NT5):
<SCRIPT LANGUAGE=vortex>
<A NAME=main>
<$x = (19 * 6 + 5)>
<$txt = ( "This is test " + $x )>
X=$x<P>TXT=$txt
</A></SCRIPT>
And both results print as null.
But change (19 * 6 + 5) to "duh"
and $x prints, but $txt is still null.
Does some kind of buffer space need initializing or what to use parenthetical
expressions?
Regards,
Dr. Priest
but the "This is a test duh" doesn't print
And tried this on three different machines, two NT5, one NT4
I take your example (found searching on concatenates, but not on concatenate

<$x = (19 * 6 + 5)>
<$txt = ( "This is test " + $x )>
Then I try to show the results (under NT5):
<SCRIPT LANGUAGE=vortex>
<A NAME=main>
<$x = (19 * 6 + 5)>
<$txt = ( "This is test " + $x )>
X=$x<P>TXT=$txt
</A></SCRIPT>
And both results print as null.
But change (19 * 6 + 5) to "duh"
and $x prints, but $txt is still null.
Does some kind of buffer space need initializing or what to use parenthetical
expressions?
Regards,
Dr. Priest
but the "This is a test duh" doesn't print
And tried this on three different machines, two NT5, one NT4