WINDOWFILEEDIT

Synopsis
WINDOWFILEEDIT filename callback
Description

Opens the editor on the file with the given filename. When the contents of the file is saved, it is saved to the file, not the workspace. The callback instruction list is run when the user closes the editor.

Example

Simple example

WINDOWFILEEDIT "|c:\\Program Files\\FMSLogo\\logolib\\demo| [PRINT "Done]

Let the user select the file to edit

WINDOWFILEEDIT DIALOGFILEOPEN "|c:\\Program Files\\FMSLogo\\logolib\\*| [PRINT "Done]


SourceForge.net Logo