User bio
my video https://youtu.be/zx6WoApljBI
my story https://community.intersystems.com/post/45-years-intersystems-1978-2023
Member since Jul 21, 2017
Posts:
Replies:
Studio shows the Error already during typing.
But this works fine as you expected:
BINGO !
composed by nI
Exactly.!
..#PARAMETER inserts a STRING
But >>> $NAME() looks for a variable also by indirection
USER>w $name("^rcc(1)")
W $NAME("^rcc(1)")
^
<SYNTAX>
USER>w $name(^rcc(1))
^rcc(1)
USER>s x="^rcc(1)"
USER>w $name(x)
x
USER>w $name(@x)
^rcc(1)
USER>
Open Exchange applications:
Certifications & Credly badges:
Robert has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
The generated .INT proves it
.png)