T O P I C R E V I E W |
EigenGoofy |
Posted - 05/27/2011 : 11:48:20 AM Some code like:
fname.GetNumTokens(CRLF)
http://wiki.originlab.com/~originla/wiki/index.php?title=LabTalk:LabTalk_Keywords
After reading the info from the link above, I still don't know what CRLF is? For what purpose? |
7 L A T E S T R E P L I E S (Newest First) |
CarlaAngelM |
Posted - 05/31/2011 : 11:07:17 PM Thanks for sharing guys! |
minimax |
Posted - 05/30/2011 : 03:21:48 AM quote:
or even just saying that CRLF is enter key to start new line is still much more instructive than saying some professional terminologies.
Sure, the original LabTalk Keywords link is updated.
PS: Personally, I think it is not intended to say "professional" term.
For an abbreviation, people usually want to know what each letter stands for. (CRLF: C for Carriage, R for Return, L for Line, F for Feed) |
EigenGoofy |
Posted - 05/30/2011 : 02:58:43 AM quote: Originally posted by minimax
The term "CRLF" is not an Origin specific word, so Origin wiki may not provide detailed explanation.
See more details on: http://en.wikipedia.org/wiki/Newline
Thanks to provide the link by the way, minimax! |
EigenGoofy |
Posted - 05/30/2011 : 02:56:40 AM quote: Originally posted by minimax
The term "CRLF" is not an Origin specific word, so Origin wiki may not provide detailed explanation.
See more details on: http://en.wikipedia.org/wiki/Newline
In my mind, barely could this be an excuse for insufficient explanation to layman of programming. At least, it should mention that it is not Origin specific word, or even just saying that CRLF is enter key to start new line is still much more instructive than saying some professional terminologies. |
minimax |
Posted - 05/30/2011 : 01:03:15 AM The term "CRLF" is not an Origin specific word, so Origin wiki may not provide detailed explanation.
See more details on: http://en.wikipedia.org/wiki/Newline |
EigenGoofy |
Posted - 05/30/2011 : 12:25:10 AM quote: Originally posted by couturier
Stands for Carriage Return Line Feed (as far as I remember). It allows to start a new line, just like if you hit the enter key
That "Carriage Return Line Feed", as the link shows, just baffles me.
However, "it allows to start a new line, just like the enter key" really makes thing much clearer.
Now I understand "GetNumTokens(CRLF)" is to use "enter key or starting a new line" as a chDelimiter so that "fname.GetNumTokens(CRLF)" can find the number of files.
Thank you so much, couturier!
I see that http://wiki.originlab.com is more or less incapable of providing useful information to rookies. |
couturier |
Posted - 05/27/2011 : 6:53:01 PM Stands for Carriage Return Line Feed (as far as I remember). It allows to start a new line, just like if you hit the enter key |