Template

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Date and Time Calculation > TCA. - Time Calculation >

Template

TCA.Number to Month

Previous Top Next


MiniRobotLanguage (MRL)

 

TCA.Number to Month

Convert number to an english month-name

 

 

Intention

 

Convert number to an english month-name.

 

 

 

 

Syntax

 

 

TCA.Number to Month|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: