- Log in to post comments
User bio
404 bio not found
Member since Aug 13, 2021
Posts:
Ben has not published any posts yet.
Replies:
Have you tried the %IsDefined method?
set a={}
if a.%IsDefined("test") write "defined"
set a.tset=1
if a.%IsDefined("test") write "defined"
- Log in to post comments
Certifications & Credly badges:
Ben has no Certifications & Credly badges yet.
Followers:
Ben has no followers yet.
Following:
Ben has not followed anybody yet.
$ZSTRIP will delete repeating characters
set newstring=$ZSTRIP(oldstring,"=W") // for whitespace
set newstring=$ZSTRIP(oldstring,"="," ") // for only spaces