Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I hoping to accomplish the following:
I’m trying to do is create a comment at the beginning of an NC file that refers to a specific configuration “Component Name,” “Part Number,” and “Description.” Each will have its own line of code as a comment.
The standard format for writing a comment that I can find is this:
/**
Output a comment.
*/
function writeComment(text) {
writeln(formatComment(text));
}
What is the code that links to specific configuration aspects like “Component Name,” “Part Number,” and “Description"?
I would appreciate your help very much. Thank you amazing community!
Solved! Go to Solution.