Displaying lists of numbers in a field, Column handling, Externals in OS X
P รค r Lindgren
pa.lindgren at chello.se
Mon Mar 10 23:05:52 EST 2003
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 isnt 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 cant 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
More information about the use-livecode
mailing list