Aman Rana · Jan 17, 2018 go to post

USER>Write $Piece($ZDate($Horolog,9)," ")
January
USER>Write $Piece($ZDate($Horolog,3),"-")
2018

Aman Rana · Jan 4, 2018 go to post

Try using this:

For i=1:1:pInput.GetValueAt("PID:13.4(*)"){

Set Eaddr = pInput.GetValueAt("PID:13.4("_i_")")

If (..Contains(Eaddr,"@")){

Aman Rana · Jul 12, 2017 go to post

You can try loop over something like below
w $ZHEX($ASCII("a"))

Aman Rana · May 9, 2017 go to post

Yes, I think whenever we add or remove Index to already existing table with data we do need to rebuild indices to accept new and ignore the old indexed items.

Aman Rana · Dec 22, 2016 go to post

My bad thats TQS not SFT.

 

ORC
OBR
NTE  ---Main NTE
TQS
OBX
NTE  ---OBXgrp NTE
ORC
OBR
NTE  ---Main NTE
TQS
NTE  ---want it to be OBXgrp NTE, however it is unrecognized as when we are entering OBXgrp we are expecting OBX segment before NTE.