BcPost.OutputText(text)

Description

This function is utilized to output a string of text inside the NC program

Parameters

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

Examples


-- Output the following text

BcPost.OutputText("HERE IS SOME TEXT IN YOUR CODE")