You do not need to convert the FIELD string to a string first, you can let the compiler do it for you by
Code:
... LOCAL FC AS FIELD ... Z=CVMS((FC)) ...
Z=CVMS((FC))
Z=CVMS((FC)) ' use extra parens to force conversion of value to correct data type ' use comment so when I look at this in six months I won't have ' to wonder why I did this; also so if someone else works on this ' program they don't 'help' by taking out the 'superfluous' parens ' and then come whining to me the program doesn't work anymore.
CVS(four byte string) [PB 7] <> CVS (same four-byte string)[PB 9]
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment