David Higgs
Programmer
My application reads the Frequency of my Transceiver via a serial port. The format of the Frequency for example is “FA007074000” or “FA144174000” I would like to strip the “FA” plus any leading Zeros (1 or 2 in my case) to produce a Frequency Reading of “7074000” and “144174000”. Actually I’ll use Transform(frequency,"@R 999.999.999") to produce “7.074.000” and “144.174.000”