EdSaveΒΆ

EdSave saves the editor text to disk.

bool = EdSave(hEdit, ssFileName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hEdit

Identifies the editor.

ssFileName

ssFileName is the file name.

id-601356