Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mw9286Hello
I have tried the following codes and I am not getting the results I need. I have two different input HSIA75 & HSIA75x20 and both value are being update with the function(s) listed below. I only want to change the HSIA75 value.
How do I accomplish this task?
g = Speed.regexSubstitute("HSIA75","75") emit * override emit OMS_SPEED=g
g = Speed.replace("HSIA75","75") emit * override emit OMS_SPEED=g
Thank you.