<data_save> Save textual data to file.
Command Tree: | File \ Save Data | ||||||||||||
. | |||||||||||||
Syntax: | <data_save>("Text",
"File", "Mode")
|
||||||||||||
. | |||||||||||||
. | |||||||||||||
Example: | <#> This macro adds date
to the end of the file. <#> <commands_only_on> <varchng>("vFile","SF","") <varset>("vData=_vKeyReturn","") <varchng>("vData","A","_vCurrDate_MMDDYYYY") <data_save>("vData","vFile","A") |