Quantcast
Channel: PTC Community: Message List - Arbortext
Viewing all articles
Browse latest Browse all 3717

Re: In ACL language, how to remove line breaks in a characters string

$
0
0

I believe what you are looking for is chop($st,[int])

 

This is like the Perl func and removes the number of chars specified by [int] from $st.  The integer is optional, default is 1 character, which is very useful for dropping the newline chars.


Viewing all articles
Browse latest Browse all 3717

Trending Articles