Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write an expression for my setup comment for example:
toString(LatheJawBoringDiameter)+' inch OD, '+toString(LatheJawBoringDepth)+' inch Deep '+'Lathe Jaw Boring',
where toString() is a function/expression I hope to find to convert number(with or with out unit) to string, LatheJawBoringDiameter and LatheJawBoringDepth are user parameters.
So that if I put LatheJawBoringDiameter = 1.5, LatheJawBoringDepth = 0.75, I can get a setup comment as '1.5 inch OD, 0.75 inch Deep Lathe Jaw Boring'.
What function/expression I should use for toString()?
Solved! Go to Solution.