Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a vague understanding of what "Cr" (carriage return) and "Lf" (line feed) mean (or, at least, what people on internet forms think they mean)... what I'd like to know is, specifically in Inventor, is there any reason to use (or not use) any of them in particular?
I'm asking because I've always used vbnewline but seem to invariably type "vbnewlein" more than half the time.
In iLogic and Inventor's VBA specifically, is there any reason not to use the more succinct vbCrLf, or even vbLf or vbCr?
Oh, and I'm asking in regards to their use in MessageBoxes, strings, and even output to text files via, for example, System.IO.File.WriteAllText.
Solved! Go to Solution.