GetDigits

No description available for this symbol.

Syntax

stock GetDigits( const iValue, iDigits[ ] = "", const iDigitSize = 0, const iBase = 10, bool:bKeepDigitOrder = false ) stock ReverseArray( iArray[ ], const iSize ) */ #include < amxmodx > #if cellbits == 32 #define MAX_DECIMAL_DIGITS 10 #define MAX_BINARY_DIGITS 31 #define MAX_HEXADECIMAL_DIGITS 8 #else #define MAX_DECIMAL_DIGITS 19 #define MAX_BINARY_DIGITS 63 #define MAX_HEXADECIMAL_DIGITS 16 #endif stock const __HEXCHARS[ ] = "0123456789ABCDEF"

Usage

iValue
iDigitSize
iBase
bKeepDigitOrder
Defined in number_convert.inc at line 28 . This documentation was automatically generated from source.