11-04-2010 03:18 AM
It seems that string panel does not provide the tool of getting string line number,
Does any one have the same experience?
so ...
How to get the line number of a variable string?
Solved! Go to Solution.
11-04-2010 03:24 AM
Hi amandarila,
Can you tell us what is your application? You can find out how many lines are there in a string.
11-04-2010 03:40 AM
11-04-2010 03:50 AM
Line Count
11-04-2010 04:08 AM
Thanks for BenjaminR.
Ian F's method seems more simple.
convert string to array, then get the array size.
Thanks.