Set MRN=+MRN
8-)
Manel Trèmols
Technical Specialist
|
InterSystems Iberia S.L. |
|
|
08173 Sant Cugat del Vallés, Barcelona |
|
|
Telf.: |
|
|
Directe: |
|
|
Mòbil: |
|
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to
Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to
Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
If you are in DTL you can use the Strip() function. It is a wrapper for $Zstrip() so you could use that directly. In either case, use the $zstrip documentation.
USER>w $ZStrip("0000333000333000","<","0")
333000333000
USER>
--
It’s not a problem, it will work !
W +”00000123”
123
Can you imagine what will return
W “2 apples”+”3 oranges”
?
Manel
--