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

$ZSTRIP will delete repeating characters

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

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

Have you tried the %IsDefined method?

set a={}

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

set a.tset=1

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

Followers:
Ben has no followers yet.
Following:
Ben has not followed anybody yet.
Global Masters badges:
Ben has no Global Masters badges yet.