Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>introduction</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INTRODUCTION

  This chapter concerns conversions between different number bases, floating
  point number manipulations, the production of random numbers and similar
  operations.

  The bit manipulations section offers the conventional binary operations
  such as AND, OR, XOR and NOT.  The functions NUMLOW() and NUMHIGH() are
  important to return the two 8 bit values of 16 bit numbers.  Many functions
  in the Clipper Tools One have an argument of the value type.  It is possible
  to indicate either a number in the range from 0 to 65535 or a hexadecimal
  string in the range from 0000 to FFFF.  The function GETCURSOR() from the
  Expanded Driver Module is one such example.



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson