Written by

Software Architect at Visum
Question Yuri Marx · Nov 29, 2021

What is the objectscript function to trim a string?

Go to the original post@Yuri Marx

If a have a string " Happy new year   " and I want to trim (remove blank spaces from the begin and the end, not other places into the string), what is the object script function to get "Happy new year"?

Product version: IRIS 2021.1

Comments

alex kosinets · Nov 29, 2021

w $p("Happy new year ..................","...")

---------------

Happy new year 

0
Yuri Marx  Nov 30, 2021 to Danny Wijnschenk

Yeapsmiley

0