- 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:
THANK YOU @Iryna Mykhailova !
You describe exactly the traditional multi-class/multi-table split
that I mentioned (and was too lazy to type) in my recent article
Hand crafted partitioning
🌻
- Log in to post comments
- With your #define, you create a sequence of lines. NOT a method !!
- So the final quit is wrong.
But this works: -
#define ArrayToString(%array,%out,%del) ##continue set %out="" for { ##continue set key=$order(%array("")) quit:key="" ##continue set %out=%out_%del_key ##continue } a $$$ArrayToString(pQArray,tQStr,"##") zw - // the generated int code:
-
a set tQStr="" for { set key=$order(pQArray("")) quit:key="" set tQStr=tQStr_"##"_key } zw
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Robert has no Certifications & Credly badges yet.
Followers:
Following:
When I was teaching ObjectScript, the first exercise was a game "6 from 45'
The expectation is a total equal distribution.
Check the influence by the number of loops. Are there any patterns visible ?