LassoScript Utility
Basics Browse Detail

[Math_Roman]

Tag Link [Math_Roman] Category Math
Type Substitution Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0
Lasso 3 Equivalent [Roman]

Description

[Math_Roman] converts a number into roman numerals. Requires one positive integer parameter.

Syntax

[Math_RomanInteger Value]

Parameters

Required Parameters
Integer Value The value which is to be converted to a roman numeral.

Examples

To convert a number to roman numerals:

Use the [Math_Roman] tag. The following example gets the current year and converts it to roman numerals.

[Math_Roman: (Date_GetYear: (Date_GetCurrentDate))]

MMI