Dear,
We create a summary of all topics which are published at the FunctionLib page
of site http://www.scriptlogic.com/kixtart/FunctionList.asp?FT=All
So it can be much easier to find a wanted function.
code:
ScriptLogic Functions (c) 2002 - scripting@wanadoo.nl 2.01
.
- Date Functions -
datemath.asp Performs mathematical computations on a date or computes days between two dates.
day.asp Returns the day portion of a specific date.
month.asp Returns the month portion of a specific date.
monthname.asp Returns the month name, given a specific date or number.
serialdate.asp A function used to convert dates to numbers for use in mathematical computations using dates.
serialtime.asp A function used to convert time to numbers for use in mathematical computations using time.
verbosedate.asp Returns a verbose representation of a specific date. Example: "April 1st, 2001".
year.asp Returns the year portion of a specific date.
- Math & Numerical Functions -
abs.asp Returns the absolute value of an expression.
cnvtbase.asp Converts numbers from any base (2-36) to any base (2-36). i.e. base 2=binary, 8=octal, 10=decimal, 16=hex, etc.
exp.asp Mathematical Exponentiation.
mod.asp Returns the modulus, given a dividend and a divisor.
ordinal.asp Takes a number and returns the named series of that number (e.g.: 1st, 2nd, 53rd, 89th, etc.).
xor.asp Performs an Exclusive Or on two numbers.
- String & Array Functions -
trim.asp Removes both the leading and trailing spaces from a text string.
ascan.asp Scans the elements of an array for a matching expression.
asort.asp Sorts the elements of an array (ascending or descending).
instring.asp Similar to KiXtart's built-in Instr( ) function, with expanded capabilities.
join.asp Combine the elements from an array into a single, concatenated string.
joinrev.asp Combine the elements from an array (in reverse order) into a single, concatenated string.
left.asp Similar to KiXtart's built-in Substr( ) function. Created for ease-of-transition between different languages.
numsep.asp Inserts the regional default thousand separator character (or alternate character of choice) into a number.
occurs.asp Calculates the number of times a string occurs within another string, element or all the elements of an array.
repeat.asp Returns a string composed of a specified character repeated n times.
right.asp Similar to Left( ), but parses from right to left.
strip.asp Removes (by default) all punctuation from a given string. However, any list of characters may be specified for removal.
stuff.asp Allows to add, replace, remove or substitute characters of one text string with another.
word.asp Returns the n-th word of a text string.
words.asp Count the number of words in a text string.
- File, Folder, Disk & Printer Functions -
comparefiledates.asp Compares the date-only portion of two files.
getdefaultprinter.asp Gets the name of the current user's default Windows printer.
getfileext.asp Returns only the filename's extension, given a filespec.
getfilename.asp Returns the filename-only portion of a given filespec.
getfilepath.asp Returns the path-only portion of a given filespec.
getfoldersize.asp Returns the total bytes consumed by the files in a folder tree.
isunc.asp Indicates whether the given path is a UNC or not.
makepath.asp Creates a multi-level directory structure on a local or remote system.
mapdrv.asp Controls drive mapping. Return code may be parsed for events/errors.
unique.asp Creates a zero-length unique-named file in the specified directory.
- General Functions -
compareversions.asp Compares two multi-segment version strings.
displaytext.asp Packaged combination of KiXtart's AT( ) function and Color command.
getservicestartup.asp Returns the startup state of any service, given its 'short' name.
getsoftwarelist.asp Return and array consisting of the software programs installed on the client.
iif.asp Also known as an Immediate IF, this function evaluates a logical expression and then returns one of two results.
ingroups.asp Checks whether the user is a member of a group, given a list of one or more groups.
queryhotfix.asp Queries the installation of a specific Operating System Hot Fix or displays all Hot Fixes installed on the specified computer.
sreg.asp Searches specified string from value and/or value name in specified subkey-tree in registry and returns all occurrences in array.
wait.asp Pauses script execution for a specified number of seconds or until a key is pressed.
.
Functions 48 20020129
suggestions are always welcome.
greetings.
btw: at the moment we are busy with little changes to the program, which will
makes it possible that you can go with one-mouse-click to wanted topic.
also this information will be transformed to an additional page on our site.
btw: updated till 18 December 2001
[ 29 January 2002: Message edited by: MCA ]
[edit subject by MCA]
[ 30. January 2003, 03:50: Message edited by: MCA ]