Code: Select all
{
print { text "This=That"
row -3 column 2 duration 5 }
wait { duration 5 }
}
... produces, " ThisThat" on the display.
-Don G.
Code: Select all
{
print { text "This=That"
row -3 column 2 duration 5 }
wait { duration 5 }
}