Strict Compilation Mode

Ender Nafi Elekcioglu endernafi at gmail.com
Sun Dec 1 21:42:03 EST 2013


I declared *sPreviousPage* at the beginning of the card script ‘cause it’s a script local,
and *tPage* at the beginning of the handler script.
Card script is as following:

_local sPreviousPage, sSnapshot
…


_on doStuff
__local tPage, tLoc1, tLoc2

__put item 2 of the filename of sPreviousPage into tPage
__move sSnapshot from tLoc1 to tLoc2
_end doStuff



~ Ender Nafi


More information about the use-livecode mailing list