how to list what fields are in a stack?
Geoff Canyon
gcanyon at inspiredlogic.com
Tue Jan 22 14:22:00 EST 2002
At 9:36 AM -0800 1/22/02, Rob Cozens wrote:
> repeat with x = permFieldCount+1 to the number of fields
> delete field x
> end repeat
Note that this will go much faster if you lock the screen first, and if you happen to be doing it from another stack, set the defaultStack property rather than doing
delete field x of stack "whatever"
regards,
Geoff
More information about the use-livecode
mailing list