Problem with Set Script in Compiled App
Stewart Lynch
slynch at richmond.sd38.bc.ca
Fri Jan 2 17:13:04 EST 2004
I need help with the following code snippet from one of my applications
that I am developing. Everything works fine when run in development mode
but when I compile and save as a standalone application the LAST line of
the script does not get implemented. Everything else works perfectly.
Why would the "Set the script" command not work in a standalone
application?
put "MarkTemplate" into nme
-- the following varible, newnme is generated based on other information
gathered previously
put numMarks & (cnt + 1) into newnme
-- Create the new Marks Field
put the properties of card field nme into myArray
create field newnme
put the short id of it into newID
set the properties of card field newnme to myArray
set the name of card field id newID to newnme
set the script of card field newNme to the script of card field nme
*******************************************
........
: o/ : Stewart Lynch
: <| : Director of Instruction, Technology and Information Services
: / > : Richmond School District
:......: Richmond, BC Canada
Internet: slynch at richmond.sd38.bc.ca
https://public.sd38.bc.ca/~slynch
tel. (604) 668-6128 fax: (604) 668-6006
*******************************************
More information about the use-livecode
mailing list