home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2015 August / PC_Format_082015.iso / PCFormat.exe / 0 / STRING / 3977.txt < prev    next >
Text File  |  2008-01-24  |  670b  |  1 lines

  1. NConvert to an int8 (on the stack as int32) and throw an exception on overflow VConvert to a unsigned int8 (on the stack as int32) and throw an exception on overflow OConvert to an int16 (on the stack as int32) and throw an exception on overflow WConvert to a unsigned int16 (on the stack as int32) and throw an exception on overflow OConvert to an int32 (on the stack as int32) and throw an exception on overflow WConvert to a unsigned int32 (on the stack as int32) and throw an exception on overflow OConvert to an int64 (on the stack as int64) and throw an exception on overflow WConvert to a unsigned int64 (on the stack as int64) and throw an exception on overflow