[Enhancement Request] Open and BackUp in LiveCode DP and RC

Richmond richmondmathewson at gmail.com
Wed Apr 23 16:39:20 EDT 2014


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.




More information about the use-livecode mailing list