Back Forward
Lingo - Functions

SaveToFile


Description:

Saves menu properties to file
Syntax:

string member(member_name).SaveToFile( string fileName)
Parameters:

string fileName - path and filename
Return value:

"OK" - success
Other value - error
Example:
member("StarMenu1").SaveToFile( the moviePath & "MainMenu.smx")
  
See also: