Page 1 of 1

Text Count

PostPosted: Fri Aug 01, 2014 8:00 am
by patryk
Hi,
I need an option to count chars in a text-block, string-variable or something like that.
If anyone have an ideo how to solve this issue, please help.

Kind regards,
Patryk

Re: Text Count

PostPosted: Fri Aug 01, 2014 9:20 am
by AViefhues
Hi,

try: VGetStringLength,VarName,String

maybe you have to remove the blanks first.

regards
Alex

Re: Text Count

PostPosted: Fri Aug 01, 2014 10:25 am
by patryk
Works ok, thank you! :)
Counting LF too but no CR (but maybe CR is ignored by "Text Reader"-node).