Hi,

this simple script raises two questions:

put 0 into myOutput
 repeat with i = 1 to 4000
    put space & i after myOutput
 end repeat
put myOutput into cd fld "new field 1"

Why isn�t all numbers displayed? The field stops wrap around at number 1887�

Why is wrap around only possible when there is a SPACE in the text? If the
itemDelimiter in myOutput is COMMA there is no wrap around at all?

These problems seem to occur in all editions of Revolution.

_________________

Externals and Revolution for OS X

XFCN, XCMDs that works fine in OS 9 can�t be used with revolution 1.1.1 for
OS X. Is it necessary to recompile them or is it another problem?

_________________
Will there be functions for retrieving and inserting columns built into the
scripting language?



Regards

Paer Lindgren


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to