Using the ML Logic Verb |
Documentation |
Using the ML Logic Verb
The ML logic verb enables you to add text that is defined in code to the Lexicon.
-
Open the Logic Editor.
-
Locate the displayable text in code and add the ML logic verb in the appropriate place. You can type the parameters directly using the syntax detailed below. You can also display the Translations Settings window by pressing F4 on or after the string in the brackets.
Note: You can copy and paste the ML syntax. Also note that setting up the details in the Translation Settings window returns the results to the logic line. |
|
|
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: 480011