@Gladis6680 wrote:
Also I had a slightly different request in another post,(How to split a character variable), where I only needed the description and not the quantity and one of the super users were able to get me started using the command below. This may be a silly question, but does the deleted characters get stored somewhere and if so, are we able to pull that info
prxchange('s/\S+\s*(Ea|Ct|Kg|Gr|Lt|Lb|Ml)\b//i',-1,have);
Thanks a lot
I'm not a whiz with the regular expressions but you can use Call PRXPOSN - before prxchange to extract a matched string.
... View more