User bio
404 bio not found
Member since Aug 13, 2021
Posts:
Ben has not published any posts yet.
Replies:
Ben Graham · Aug 13, 2021 go to post

$ZSTRIP will delete repeating characters

set newstring=$ZSTRIP(oldstring,"=W") // for whitespace

set newstring=$ZSTRIP(oldstring,"="," ") // for only spaces

Ben Graham · Jun 22, 2021 go to post

Have you tried the %IsDefined method?

set a={}

if a.%IsDefined("test") write "defined"

set a.tset=1

if a.%IsDefined("test") write "defined"

Certifications & Credly badges:
Ben has no Certifications & Credly badges yet.
Followers:
Ben has no followers yet.
Following:
Ben has not followed anybody yet.