| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
FORMATDATE, FORMATTIME, FORMATTIMESTAMP |
Reformat a given string and store the result in the specified script variable. If you want to reformat a string that contains a date value then you probably will be better to use FORMATDATE and FORMATTIME because these commands interpret the source string as date and time value respectively.
FORMAT <VariableName>, <Source>, <Format>
|
Part |
Description | |
| <VariableName> | Name of the script variable where to store the result. | |
| <Source> | Source string. | |
| <Format> |
Format string: Further date and time formatting see here. | |
|
| ||