![]() ML |
![]() DEVELOPER |
![]() |
ML
|
|
Purpose |
ML is used to add displayable text defined in logic to the Lexicon. |
Syntax |
variable = ML(String{,TranslationMode{,MaxLen,{MeaningCode}}}) |
Operation |
String is the displayable text which requires translation. |
Remarks |
|
Example |
$InvNo = ML('Invoice Number','D',10) Adds 'Invoice Number' to the Lexicon. If the translated text exceeds the maximum length of 10, then the translation on the screen is truncated (with an ellipsis to show this), and the full string displays in a tool tip. Note that the parameters after the string are optional. |
Topic ID: 520251