| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Command |
Description | |
| CNV2LEGALFILENAME | Eliminate invalid characters in filenames | |
| CNVDOS2WIN | Convert DOS ASCII string to Windows ASCII string | |
| CNVFROMHTML | Get string from HTML encoded value | |
| CNVFROMQUERYSTRVALUE | Get string from query string encoded version of that string | |
| CNVTOHTML | HTML encode string | |
| CNVTOQUERYSTRVALUE | Convert string for use in hyperlink query strings | |
| CNVWIN2DOS | Convert Windows ASCII string to DOS ASCII string | |
| CRC32FROMSTRING | Builds a CRC32 checksum from a string | |
| FORMAT | Reformat a given string | |
| FORMATDATE | Reformat a given date value | |
| FORMATTIME | Reformat a given time value | |
| FORMATTIMESTAMP | Reformat a timestamp value string | |
| GETDATEDIFF | Get hours, minutes or seconds between two date/time values | |
| GETDURATION | Get time between two date/time stamps | |
| GETFILEEXT | Get extension of a filename | |
| GETFILENAME | Get filename (without path) of a filename | |
| GETFILENAMEFROMLINK | Get filename from a file URL | |
| GETFULLPATH | Get full path of a filename | |
| GETNAMEONLY | Get name (without path and extension) of a filename | |
| GETPATH | Get path (without drive or host) of a filename | |
| GETURLLINKTOFILE | Get file URL for a filename | |
| INSTRING | Retrieve starting position of a substring within another string. | |
| LCASE | Get a string in lower case letters | |
| LEFT | Get left n characters of a string | |
| LEFTSIDE | Retrieves the left part of a string | |
| LENGTH | Get the length of a string in characters | |
| LTRIM | Cut off leading spaces of a string | |
| MID | Get a substring from a string value | |
| PATHFILECONNECT | Connects filename parts together to a fullname | |
| REPLACE | Replace all occurrences of a substring with a new one | |
| RIGHT | Get right n characters of a string | |
| RIGHTSIDE | Retrieves the right part of a string | |
| RTRIM | Cut off trailing spaces of a string | |
| STRCOLLECT | Combine several script variables to a single string | |
| STRFIRSTPART | Retrieves the first substring item of a string value | |
| STRLASTPART | Retrieves the last substring item of a string value | |
| STROCCCOUNT | Count occurrences of a substring in a given source string | |
| STRPART | Retrieves a specific substring item of a string value | |
| STRPARTS | Retrieves the number of substring items of a string value | |
| STRREDUCE | Replace multiple occurrences of a string | |
| STRREMLEADEND | Remove the specified string from beginning and end of a given source string. | |
| STRSPLIT | Split a single string into parts as separate script variables | |
| STRSTRIPFIRSTPART | Strips the first substring item of a string value | |
| STRSTRIPLASTPART | Strips the last substring item of a string value | |
| STRTAGCONTENT | Retrieves the content of a HTML or XML tag | |
| STRWHICHPART | Find a substring's index | |
| TRIM | Cut off leading and trailing spaces of a string | |
| UCASE | Get a string in upper case letters | |
| VAL | Get a numerical value from a mixed character string | |
|
| ||