The block forming statement <FORMBLOCK>
This statement forms the block of NC-program according specified format, order and registers format. The block is formed in <OutStr$> variable without the output in the file of NC-program.
Format:
FORMBLOCK
Description:
The formation process is similar to the <OUTBLOCK> statement, but the <OutStr$> variable won't be written in the block of NC-program. It's possible, then, to work with this variable as a string variable and put it into NC-file by <OUTPUT> statement.
See also: