en:docs:tk:tools:mkmsgf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:docs:tk:tools:mkmsgf [2024/01/21 07:05] prokusheven:docs:tk:tools:mkmsgf [2024/01/21 11:51] prokushev
Line 101: Line 101:
         SLO     34      1       Slovene                 Slovenia         SLO     34      1       Slovene                 Slovenia
  
-For a complete list of code pages and country codes, see the code page table under COUNTRYCODE in the online book Control Program Programming Guide and Reference.+For a complete list of code pages and country codes, see the code page table under [[https://komh.github.io/os2books/os2tk45/cp2/061_L2_COUNTRYCODE.html|COUNTRYCODE]] in the online book Control Program Programming Guide and Reference.
  
  
Line 129: Line 129:
  
     Infile is the ASCII-text source file.     Infile is the ASCII-text source file.
- 
-Example: 
- 
-  MSG 
-  MSG0001I: (mm%4dd%4yy) %2%4%1%4%3 
-  MSG0002I: (dd%4mm%4yy) %1%4%2%4%3 
-  MSG0003I: Current date is: %0 
- 
-%0 is a special argument that displays a prompt for user input. 
-%1 - %9 are the arguments the user can use to insert text in a message. 
- 
     Outfile is the binary output message file.     Outfile is the binary output message file.
     @controlfile is the message definition file.     @controlfile is the message definition file.