User bio
404 bio not found
Member since Jul 17, 2017
Posts:
Replies:
an overcomplicated solution:
Go() [] PUBLIC
{
s cont = 0,pos = 1,lines = 0
do {
set line = $Text(Go+pos)
set cont = cont + (($LENGTH(line,"{")-1)-($LENGTH(line,"}")-1))
set lines = lines + 1
set pos = pos + 1
} while (cont > 0)
s x=1
if (x=1) { s a=x }
f i=0:1:lines w $Text(Go+i),!
s x=1
if (x=1) { s a=x }
if (a=x) {
s b=a
}
}
Yeah, question is, what will we do now?
In any case, thanks to everyone for sharing your code! It has been fun an educational!
Open Exchange applications:
Certifications & Credly badges:
ivo has no Certifications & Credly badges yet.
Global Masters badges:
![Open Sesame!](https://community.intersystems.com/sites/default/files/badges/303371180-6de11138-f4e7-4113-b5cc-836269f07693.png)
![1,000 Points](https://community.intersystems.com/sites/default/files/badges/290121674-53216c4b-fe0c-44e7-9d75-2f24390135ed.png)
![Challenge Starter](https://community.intersystems.com/sites/default/files/badges/295959213-b83dd91a-663f-4f07-8e0e-e3287b7c2309.png)
![DC Commenter](https://community.intersystems.com/sites/default/files/badges/dc_commenter_1.png)
![DC Problem Solver](https://community.intersystems.com/sites/default/files/badges/dc_problem_solver_1.png)
![InterSystems Researcher](https://community.intersystems.com/sites/default/files/badges/researcher.png)
![Bronze Commenter](https://community.intersystems.com/sites/default/files/badges/295959100-c193c40f-0952-4935-bea7-4317f796fbb7_0.png)
Followers:
ivo has no followers yet.
Following:
ivo has not followed anybody yet.
Hi Robert,
I did gain understanding in how you can find the ECP system ID's from a ^Buttons report.
I someone would know how I could retrieve these interactively, That would be helpful. However, I guess this is not the case, as this question has been open for a long time.
Best Regards
Ivo