- Log in to post comments
User bio
my video https://youtu.be/zx6WoApljBI
my business story https://community.intersystems.com/post/45-years-intersystems-1978-2023
- main languages: German, English, Italian, French, Spanish, Latin, ..
- private: married since 1969, 3 successful children
Member since Jul 21, 2017
Posts:
Replies:
set Names="A,B,Y,Z"
set A=$L(Names,",")
for I=1:1:A set G="^"_$LI($LFS(Names),I) set @G="" write $zr,! - Log in to post comments
not correct. SINGLE line ELSE is part of Objectscript since ever
You just need a double space after the ELSE
USER>p
ck read "?",x,!
if x?.N write "numeric",!
else write "other",!
goto ck
USER>d ck
?5
numeric
?a
other
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Robert has no Certifications & Credly badges yet.
Followers:
Following:
But this works: