List of Intrinsic methods

From m204wiki
Revision as of 21:33, 14 February 2011 by Wiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

The following are the available Intrinsic methods.

MethodClassDescription
AbsoluteFloatAbsolute value of a number
AntilogFloatAntilog base e of a number
Antilog10FloatAntilog base 10 of a number
Antilog2FloatAntilog base 2 of a number
AntilogEFloatAntilog base e of a number
AsciiToEbcdicStringConvert ASCII string to EBCDIC
Base64ToStringStringConvert a base 64 string to Ebcdic
BinaryToFloatStringConvert binary string representation of a number to floating point
BinaryToIntegerStringConvert a binary string to an integer
BitAndIntegerFloatDo bitwise And of integers
BitAndStringStringDo bitwise And of strings
BitOffIntegerFloatClear bits in one integer from another
BitOffStringStringClear bits in one string from another
BitOnIntegerFloatSet bits in one integer from another
BitOnStringStringSet bits in one string from another
BitOrIntegerFloatDo bitwise Or of integers
BitOrStringStringDo bitwise Or of strings
BitShiftLeftIntegerFloatDo left shift of bits in an integer
BitShiftRightIntegerFloatDo right shift of bits in an integer
BitXorIntegerFloatDo bitwise exclusive Or of integers
BitXorStringStringDo bitwise exclusive Or of strings
CenterStringCenter the input string within a return string of a specified length
CentreStringCenter the input string within a return string of a specified length
CharStringThe value at a specified position in the input string
DaysToStringFloatConvert days since 1900 to string date/time
DeflateStringCompress a longstring with deflate
DivFloatInteger division
EbcdicToAsciiStringConvert EBCDIC string to ASCII
EbcdicToUnicodeStringConvert EBCDIC string to Unicode
FloatToBinaryFloatBinary string containing floating point representation
FloatToStringFloatConvert a number to a string
GunzipStringDecompress a longstring with GUNZIP
GunzipDatetimeNSStringReturn create date of GZIP format longstring
GunzipFilenameStringReturn name of GZIP format longstring
GzipStringCompress a longstring with GZIP
HexToIntegerStringConvert a hexadecimal string to an integer
HexToStringStringConvert a hexadecimal string to Ebcdic
InflateStringDecompress a longstring with inflate
InsertStringInsert argument string inside the method object string
IntegerToBinaryFloatConvert an integer to a binary string
IntegerToHexFloatConvert an integer to a hexadecimal string
IsOneOfStringIs the method object string matched by any of the strings in the input list?
IsPrimeFloatIs this number prime?
LeftStringThe left-most characters of the string
LengthStringThe length of the string
LogFloatNatural log (base e) of a number
Log10FloatLog base 10 of a number
Log2FloatLog base 2 of a number
LogEFloatNatural log (base e) of a number
MD5digestString16-byte MD5 digest
MarksNumberToStoreCodeFloat
MarksStoreCodeDecrementString
MarksStoreCodeIncrementString
MarksStoreCodeToNumberString
MillisecondsToStringFloatConvert milliseconds since 1900 to string date/time
ModFloatRemainder of integer division
ModulusFloatRemainder of integer division
NextPrimeFloatFind smallest prime greater than this number
ParseLinesStringParse delimited string, creating new Stringlist
PositionInStringThe numeric position of one string within another
PositionOfStringThe numeric position of one string within another
PreviousPrimeFloatFind greatest prime smaller than this number
RC4decryptStringRC4 encryption or decryption
RC4encryptStringRC4 encryption or decryption
RegexMatchStringPosition after match of regex
RegexReplaceStringReplace regex matche(s)
RegexSplitStringSplit string using regex, creating new Stringlist
RemoveStringRemove the occurrences of a specified substring
ReplaceStringReplace occurrences of a substring with a substitute string
ReverseStringReturn string characters in right-to-left order
RightStringThe right-most characters of the string
RoundFloatRound a floating point number to the closest integer
SHAdigestString20-byte SHA digest
SecondsToStringFloatConvert seconds since 1900 to string date/time
SquareRootFloatSquare root of a number
StringToBase64StringConvert an Ebcdic string to base 64
StringToDaysStringConvert string date/time to days since 1900
StringToHexStringConvert an Ebcdic string to hexadecimal
StringToMillisecondsStringConvert string date/time to milliseconds since 1900
StringToSecondsStringConvert string date/time to seconds since 1900
StringTokenizerStringCreate a tokenizer using the method object string
SubstringStringReturn a substring of the method object string
ToDegreesFloatConvert a number in radians to degrees
ToFloatPowerFloatRaise number to a floating point power
ToIntegerPowerFloatRaise number to an integer power
ToLowerStringReturn alphabetic characters as all-lowercase
ToPowerFloatRaise number to an integer power
ToRadiansFloatConvert a number in desgrees to radians
ToStringStringConvert string to a string
ToUpperStringReturn alphabetic characters as all-uppercase
TranslateStringApply a Character Map to the method object string
TrimLeftStringTrim bytes from left of string
TrimRightStringTrim bytes from right of string
UStringConvert EBCDIC string to Unicode constant, including character encoding
UnicodeCharUnicodeThe value at a specified position in the input string
UnicodeLeftUnicodeThe left-most characters of the string
UnicodeLengthUnicodeLength of this string
UnicodePositionInUnicodeThe numeric position of one string within another
UnicodePositionOfUnicodeThe numeric position of one string within another
UnicodeRegexMatchUnicodePosition after match of regex
UnicodeRegexReplaceUnicodeReplace regex matche(s)
UnicodeReplaceUnicodeApply the replacement table to this string
UnicodeRightUnicodeThe right-most characters of the string
UnicodeSubstringUnicodeReturn a substring of the method object string
UnicodeToEbcdicUnicodeTranslate to Ebcdic
UnicodeToLowerUnicodeTranslate to lowercase
UnicodeToUpperUnicodeTranslate to uppercase
UnicodeToUtf16UnicodeTranslate to UTF-16
UnicodeToUtf8UnicodeTranslate to UTF-8
UnicodeTrimLeftUnicodeTrim characters from left of string
UnicodeTrimRightUnicodeTrim characters from right of string
UnicodeUntranslatablePositionUnicode
UnicodeWithUnicodeCatenate this unicode with another
UnspaceStringRemove whitespace characters from the string
Utf16ToUnicodeStringConvert a UTF-16 Longstring bytestream to Unicode
Utf8ToUnicodeStringConvert a UTF-8 Longstring bytestream to Unicode
XStringHex constant method
ZipStringCompress a longstring with ZIP

See also