Undocumented Transcript & Valentina ?
Mark Brownell
gizmotron at earthlink.net
Sat May 22 15:42:23 EDT 2004
I see this assert command and I wonder what it is.
Example code from Valentina Example:
put assert("CREATE",Valentina("DataBase_CREATE",theFile,4)) into dbRef
put
assert("MakeNewBaseObject",Valentina("DataBase_MakeNewBaseObject",dbRef,
"CUSTOMERS")) into boRef
put Valentina("BaseObject_MakeNewField",boRef,"CUSTOMER_ID","ULong")
into res
get assert( "MakeNewField(Customer_ID)", res)
This assert command works I was just wondering about its use.
Thanks,
Mark
More information about the use-livecode
mailing list