[^^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 to variables
IsBit() Determinates if a bit is to 1 . to 0
Num2Txt() Converts a number into text "Ciento cincuenta y ..."
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 formato 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
------------------------------------------------------------------------------
At2() Looks for the Nth occurrence into an string
aToken() Returns an array with a string words
Capital() Converts the first letters to capitals
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() Devuelve un car.cter de un string
StrSetCar() Modifies a character into a string
Token() Returns a string word
Stack
------------------------------------------------------------------------------
StackEmpty() Determinates if the 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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson