User bio
404 bio not found
Member since Apr 14, 2022
Posts:
Replies:
$SYSTEM.Process.UserName(##class(%SYS.ProcessQuery).NextProcess(""))
Another solution via $LISTFROMSTRING:
set s="item1" for i=2:1:5 { set s=s_",item"_i } set mylist=$listfromstring(s) zwrite mylist ; mylist = $lb("item1","item2","item3","item4","item5")
Certifications & Credly badges:
Vitaliy has no Certifications & Credly badges yet.
Global Masters badges:
Vitaliy has no Global Masters badges yet.
Followers:
Following:
Vitaliy has not followed anybody yet.
There are many examples in the documentation: Using Dynamic SQL