• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
Array Methods and Properties in Siebel eScript
 
Method or PropertyPurpose
getArrayLength() MethodDetermines size of an arrayArray join() MethodCreates a string from array elementsArray length PropertyReturns the length of an arrayArray pop() MethodReturns the last element of an array, then removes that element from the arrayArray push() MethodAppends new elements to the end of an array.Array reverse() MethodReverses the order of elements of an arraysetArrayLength() MethodSets the size of an arrayArray sort() MethodSorts array elementsArray splice() MethodSplices new elements into an arrayClib.bsearch() MethodDoes a binary search for a member of a sorted arrayClib.qsort() MethodSorts an array; may use comparison function
Buffer Methods and Properties in Siebel eScript
 
Method orPropertyPurpose
bigEndian PropertyStores a Boolean flag for bigEndian byte orderingcursor PropertyStores the current position of the buffer cursordata PropertyRefers to the internal data of a buffergetString() MethodReturns a string starting from the current cursor positiongetValue() MethodReturns a value from a specified positionoffset[] MethodProvides array-style access to individual bytes in the bufferputString() MethodPuts a string into a bufferputValue() MethodPuts a specified value into a buffersubBuffer() MethodReturns a section of a bufferSElib.pointer()MethodGets the address in memory of a Buffer variablesubBuffer() MethodStores the size of a Buffer objecttoString() MethodReturns a string equivalent of the current state of a bufferunicode PropertyStores a Boolean flag that specifies whether to use Unicode strings when callinggetString() and putString()
Character Classification Methods in Siebel eScript
MethodPurpose
 
Clib.isalnum() MethodTests for an alphanumeric characterClib.isalpha() MethodTests for an alphabetic characterClib.isascii() MethodTests for an ASCII-coded characterClib.iscntrl() MethodTests for any control characterClib.isdigit() MethodTests for any decimal-digit characterClib.isgraph() MethodTests for any printing character except spaceClib.islower() MethodTests for a lowercase alphabetic letterClib.isprint() MethodTests for any printing characterClib.ispunct() MethodTests for a punctuation characterClib.isspace() MethodTests for a white-space characterClib.isupper() MethodTests for an uppercase alphabetic characterClib.isxdigit() MethodTests for a hexadecimal-digit characterClib.toascii() MethodConverts to ASCII
Conversion Methods in Siebel eScript
MethodPurpose
escape() MethodEscapes special characters in a string
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...