BcPost.RunPostLine(postString)

Description

This function is utilized to process a line of standard BobCAD posting variables.  Input must be a string formatted exactly as a posting line using system posting variables.
 

The system post processes these variables as it would by using the posting engine and outputs the posted string to the posted NC file. 

A newline character will be added to the end of the output code.

Parameters

  • postString – string value of the text to output in the NC program

Examples


-- Output the NC code for the following post variables

BcPost.RunPostLine("n, rapid_move, xr, yr, 'M08'")