Displaying lists of numbers in a field, Column handling, Externals in OS X
P=?ISO-8859-1?B?5A==?=r Lindgren
pa.lindgren at chello.se
Tue Mar 11 04: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 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
More information about the use-livecode
mailing list