AppCtrlScript

MAY Computer

Help

APPENDSTRING

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

File

See also  

WRITESTRING, READSTRING

Appends a string to a file. The file will be created if it does not exist. After the string it appends also a Chr(13) + Chr(10) (=\r\n) for the purpose to write logfiles or ASCII export files.

Syntax

APPENDSTR[ING] <FileName>, <String>
APPENDTOFILE
<FileName>, <String>
APPEND
2FILE <FileName>, <String>

Part

Description

<FileName> Destination file for the data/string.
<String> String data to write to the file.