|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Date and Time Calculation > TCA. - Time Calculation > Template |
MiniRobotLanguage (MRL)
TCA.Nummer zu Monat
Convert number to german month name
Intention
Convert number to an german month-name.
Syntax
TCA.Nummer zu Monat|P1[|P2]
Parameter Explanation
P1 - (optional) Is the number of the month we want the name for.
P2 - (optional) Is the return variable, if omitted result is placed on TOS.
Example
'***********************************
' TCA.-Sample
'***********************************
$$NUM=5
TCA.ntm|$$NUM|$$MON
MBX.$$MON
ENR.
Remarks
-
Limitations:
-
See also:
•