Win 1.3.1p11 - .cel script - print command
Posted: 03.11.2003, 05:32
In .CEL scripting, using the print command, the "=" sign is not printed, nor is a blank in it's place. The following code ...
... produces, " ThisThat" on the display.
-Don G.
Code: Select all
{
print { text "This=That"
row -3 column 2 duration 5 }
wait { duration 5 }
}
... produces, " ThisThat" on the display.
-Don G.