- Log in to post comments
User bio
IT Jack of all trades, developing and maintaining Mumps/Intersystems systems since the 90's.
Member since Apr 27, 2021
Posts:
Replies:
Just as an example, an alternative with $piece.
An issue would be if both startStr and stopStr are the same value which $find does solve.
set values=""for n=2:1:$length(text,startStr) {
set check=$piece(text,startStr,n)
if check[stopStr set values=values_" "_$piece(check,stopStr)
return$piece(values," ",2,*)- Log in to post comments
Great overview, I have had plenty of discussions with IT departments who don't understand that Linux, and Windows, will use available resources, especially for IO, and it is only an issue if it is persistent or unusual, and obviously if there are performance/stability issues.
Being able to provide metrics over time and proving it is "normal" usually helps.
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
David has no Certifications & Credly badges yet.
Followers:
David has no followers yet.
Following:
David has not followed anybody yet.
Don't forget $query can provide faster iteration through globals, where appropriate.