3 2 3 RDML and RDMLX Programming

LANSA Multilingual Application

3.2.3 RDML and RDMLX Programming

#Com_owner.caption := *MtxtCust01.Substitute(#Givename #Surname #Limit.AsString)

 

In the above example, *MtxtCust01 is a multilingual variable containing the following:

"&1 &2 has a limit of $&3"

#Givename, #Surname and #Limit have values of Veronica, Brown and 2000 respectively.

The result at runtime would be a "Veronica Brown has a limit of $2000"