On 23/04/14 23:04, Alejandro Tejada wrote:
Then, a plug-in stack would do.

Does LiveCode includes the Engine version in each saved stack?

http://docs.runrev.com/Function/version
http://docs.runrev.com/Property/stackFileVersion

If this is true, then LiveCode could provide a warning
when developers open a stack created with a different
engine version and offers to create a backup.

Just a thought...

Al



How about something like this:

on saveStackRequest
   put (the short name of this stack & the version) into NOM
   put NOM into fld "NOM"
   set the name of this stack to NOM
   pass saveStackRequest
end saveStackRequest

Certainly works for me.

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to