Code:
FUNCTION CVCUR(cur$) as FIX ' Dim pQ As Local QUAD Ptr pQ = STRPTR32(cur$) ' point at eight-byte string Function = @pQ / 10000@ ' divide apparent value by 10,000 to allow for the implied decimals ' END FUNCTION
FUNCTION CVCUR(cur$) as FIX ' Dim pQ As Local QUAD Ptr pQ = STRPTR32(cur$) ' point at eight-byte string Function = @pQ / 10000@ ' divide apparent value by 10,000 to allow for the implied decimals ' END FUNCTION
FUNCTION = CFIX(@pq/10000&&)
Function CVCUR (cur$) As Fix ' Dim pQ As QUAD Ptr ' pQ = STRPTR32(Cur$) ' point at eight-byte string Function = pQ / 10000@ ' divide apparent value by 10,000 ' to allow for the implied decimals End Function
FUNCTION CVCUR (cur$) AS FIX LOCAL pQ AS QUAD PTR pQ = STRPTR32(Cur$) ' point at eight-byte string FUNCTION = @pQ / 10000@ ' divide apparent value by 10,000 ' to allow for the implied decimals END FUNCTION
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.
Leave a comment: