Question Christian Martinez · Mar 30, 2022

Hello,

Using ^TESTGLOBAL as an example, if my data structure is as follows:

^TESTGLOBAL = ""
2:  ^TESTGLOBAL(0) = "TEST DATA^99U^123456^123456"
3:  ^TESTGLOBAL(1,0) = "1^2^12345"
4:  ^TESTGLOBAL(1,.092) = "A"
5:  ^TESTGLOBAL(1,.1) = "12B"
6:  ^TESTGLOBAL(1,.2) = 12345
7:  ^TESTGLOBAL(1,"AB",0) = "^99.94A^1234567.123456^2123"
8:  ^TESTGLOBAL(1,"AB",1234567.123456,0) = "6543210.123456^^6543210.123456^123456^72^AB 0123 45^^ABCDE 1^^65432^AA^^1234;CD(^123"
9:  ^TESTGLOBAL(1,"AB",1234567.123456,40) = "20.0^^12345.0000!12345.0000!
2
0 245