Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Introduction    Data Types
------------------------------------------------------------------------------

 Conversions
------------------------------------------------------------------------------
 DelBit()        Deactivates a bit selected from a byte
 Byte2Hex()      Converts a byte into hexadecimal string
 Byte2Bin()      Converts a byte into binary string
 ByteAnd()       Makes an And of two bytes bit to bit
 ByteNot()       Makes a Not of the byte bit to bit
 ByteOr()        Makes a Or of two bytes bit to bit
 Color2Num()     Converts a color string into a color numeric
 Dec2Bin()       Converts a decimal number into a binary string
 Hex2Dec()       Converts a hexadecimal string into a decimal number
 Inter()         Interchanges two variables
 IsBit()         Determinates if Bit is 1 or 0
 Num2Color()     Converts a numeric color to string color
 SetBit()        Activates a selected bit from a byte
 Purge()         Purges the value of a variable

 Imperial and Metric
------------------------------------------------------------------------------
 nAcre2Ha()      Acres into hectares
 nAcre2M()       Acres into meters
 nCm2Inch()      Centimetres into inches
 nCC2Inch()      Cubic centimetres into cubic inches
 nCF2Ltr()       Cubic feet into litres
 nInch2CC()      Cubic inches into cubic centimetres
 nCm2CYd()       Cubic metres into cubic yards
 nCYd2Cm()       Cubic yards into cubic metres
 nGal2Ltr()      Gallons into litres
 nGr2Oz()        Grammes into ounces
 nHa2Acre()      Hectares into acres
 nInch2Cm()      Inches into centimetres
 nKg2Lb()        Kilograms into pounds
 nLb2Kg()        Pounds into kilograms
 nLtr2CF()       Litres into cubic feet
 nLtr2Gal()      Litres into gallons
 nM2Acre()       Meters into acres
 nMt2Yd()        Metres into yards
 nOz2Gr()        Ounces into grammes
 nYd2Mt()        Yards into metres

 Array16
------------------------------------------------------------------------------
 Add16()         Adds an element into an array16
 Get16()         Returns an element from an array16
 Len16()         Returns an array16 length
 New16()         Creates an array structure with 16 million elements
 Scan16()        Looks for an element of an array16
 Set16()         Puts a value into an array16 position

 Array
------------------------------------------------------------------------------
 aCar2Arr()      Converts string or memo to array
 aMaxArr()       Returns the maximun value of an array
 aMinArr()       Returns the minimun value of an array
 aDimArr()       Returns the dimension number of an array
 RestArray()     Restores an array of file
 SaveArray()     Saves an array to file

 Date
------------------------------------------------------------------------------
 cGetMonth()     Returns the specified month.
 dToDMY()        Converts data type Date to String Day/Month/Year.
 dAddMonth()     Adds moths to a date a returns a new date
 lLeap()         Returns a logic indicating if it is a bissextile year
 FirstDay()      Returns the new day of the moth
 Sec2days()      Converts a given number of seconds into days
 LastDay()       Returns the last day of the month

 Time
------------------------------------------------------------------------------
 TimeAMPM()      Returns the time in the format am/pm
 Time2Time()     Returns the diference between two times

 Numeric
------------------------------------------------------------------------------
 Cos()           Calculates a number cosine
 CoSec()         Calculates a number co-secant
 CoTan()         Calculates a number co-tangent
 Deg2Rad()       Converts degrees to radians
 Exponent()      Elevates a number to the given potency
 Factorial()     Returns a number factorial
 Log10()         Returns a logarithm in base 10
 LogX()          Returns the logarithm in any base
 nRandom()       Generates an aleatory number
 NumE()          Returns the E number
 NumPi()         Returns the Pi number
 Rad2Deg()       Converts radians to degrees
 Sum()           Returns the summation of a number
 Sec()           Calculates a number secant
 Sin()           Calculates a number sine
 Tan()           Calculates a number tangent

 String
------------------------------------------------------------------------------
 AsciiAdd()      Adds or substracts to all elements of a string
 AsciiSum()      Adds all elements of a string
 At2()           Looks for the Nth occurrence into a string
 aToken()        Returns an array with a string words
 Capital()       Converts the first letters to capitals
 CharEven()      Returns a string with the even bytes of another string
 CharMix()       Mixs two strings and generates another
 CharOdd()       Returns a string with the odd bytes of another string
 Expand()        Expands a string intervening another
 Like()          Compares two strings intervening wildcars
 NumToken()      Returns the word number into a string
 Occurs()        Looks for the occurrences number into a string
 StrGetCar()     Returns a character from a string
 StrSetCar()     Modifies a character in a string
 Token()         Returns a string word given a delimiter and occurrence

 Stack
------------------------------------------------------------------------------
 StackEmpty()    Determinates if stack is empty
 StackHead()     Returns the head of the FIFO stack
 StackNew()      Creates a FIFO type stack
 StackPop()      Removes a stack element
 StackPush()     Introduces an element into the stack

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