Matrix1 Utility Plug-ins

WRITE DATAFILE DATASTRING


Syntax

WRITE DATAFILE DATASTRING FileId, StringToWrite
WRITE DATAFILE DATASTRING FileId, StringToWrite, BytesToWrite

Description

This command will write the raw bytes from the string to the file id specified.

In the second form of this command, the number of bytes specified to write is written to the file - if this is less than the size of the string, then only that number of bytes are written from the string. If this is more than the size of the string, then additional null bytes will be written to pad to the specified size.

Unlike the WRITE DATAFILE STRING command, this command will not write out the prefix/postfix bytes that tell the command what the string limits are.

Go back to ...

Matrix1Util_22 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011