Is there any function in lotus script as formule @Explode? If there isn’t, what can I use instead ?
Subject: Explode in LS
Try split - unless that’s new in 6.5
Tony
Subject: If you are using 6.x+, than it is right in the Help Document…
Language cross-reference
Split function of LotusScript language
Subject: RE: If you are using 6.x+, than it is right in the Help Document…
Yes, and FYI, Join() is the LotusScript equivalent for @Implode.
Ken