Put_String Command
Obsolete
This command is obsolete. Use Struct and End_Struct.
Purpose
To put a string value to a string field in a complex data structure.
Syntax
Put_String {value} To {buffer} At {field}
Argument Explanation
- value: Any valid data or variable.
- buffer: The name of the complex data structure.
- field: The field within
bufferinto whichvalueis stored.
What It Does
Put_String fills the named field in the complex data structure buffer with value. If value is shorter than field, field is padded out to its full length with ASCII zeroes.
Notes
- This command is exclusively for string fields and values. For all other data types, use the
Putcommand.