SET POST DATA

From Macros Wiki
Jump to navigationJump to search

Up

Command

SET_POST_DATA <parameter>, <value>


Set data used to control post processing.

Parameters

<parameter>
Post_parameter
<value>
A value to assign to the parameter.
The type of value must match the data type of the parameter.
If you are setting a text parameter, then the value must be text string or a string variable. Otherwise use a numeric value or a number variable.

Example

SET_POST_DATA SEQ_FROM, 10
SET_POST_DATA SEQ_BY, 5
SET_POST_DATA OUTPUT_FILE, OutpuFilename$


For an example macro see Run_Post