I don’t know why but a variable that is being assigned text from an outputmacro is coming out as a number when displayed. No idea why since the trace shows the text is coming out correctly from the outputmacro. The input to the macro is “My life was great” and the output is “Yourlifewasgreat” but after assigning to the variable it is the number 217,049
Here is the script:
$$in = join(‘_0 ” ” ‘_1 ” ” ‘_2 ” ” ‘_3)
$$in\n
$o = reverse($$in)
o\n
Here is the trace:
$$out =
. . . . , . . . . , . . . . . . . . . . System Call ^join($$out $$w , ) = yourlifewas great ) = yourlifewasgreat
. . . . , . . . . , . . . . . . . . . . NOPROBLEM (^join) => yourlifewasgreat
yourlifewasgreat
. . . . , . . . . , . . . . . . end of loop
. . . . , . . . . , . . . . NOPROBLEM (^reverse) => yourlifewasgreat
217049
=:: 217,049 =::
=::
my life was great
217,049