Weird text error when create standalone
Posted: Fri May 01, 2009 5:34 am
hi guys, I have a program that works fine, but fails when I convert it to a standalone.
The key line of code is:
where (from Variable watcher):
zCount1 = 1
zRisky = 80% chance of 4, else 0 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
When I do this in Rev it works fine and I get my sentence in the box A1. However, when I try this in the standalone either NOTHING comes up, or a series of crazy characters.
Does anyone know what is happening to me?
Cheers,
Adrian
The key line of code is:
Code: Select all
set the itemdelimiter to tab
put item 1 of line zCount1 of zRisky into fld "A1"
zCount1 = 1
zRisky = 80% chance of 4, else 0 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
When I do this in Rev it works fine and I get my sentence in the box A1. However, when I try this in the standalone either NOTHING comes up, or a series of crazy characters.
Does anyone know what is happening to me?
Cheers,
Adrian