Function IntNeg() Foundation
Converts an unsigned integer to a signed integer.
IntNeg( <nUnsigned|cHexUnsigned>, ; // Type: NC
[<l32BitInteger>] ; // Type: L Default: .F.
) --> nSignedInteger
Returns a signed integer or 0 in case of an error.
<nUnsigned> is a 16 or 32 bit integer which may be specified alternatively as a string coded as a hexadecimal number.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.