I used to have some code that would split a field on the HEX value of a comma (2C), but I cant find it. I need to split a address field that has HEX 0D 0A in it. I thought it was X0D for Hex 0D, but I can not get it to work.
Anyone know the correct format?
thanks in advance,
Mike
actual line:
IF SUBSTR(file.afix,nCounter,1)=X0D
Anyone know the correct format?
thanks in advance,
Mike
actual line:
IF SUBSTR(file.afix,nCounter,1)=X0D