(→FAQ)
|
(→FAQ)
|
Line 29: | |||
'''How can I use [[Universal Menu Book]] commands to change the behavior of my OPL?''' | '''How can I use [[Universal Menu Book]] commands to change the behavior of my OPL?''' | ||
- | :In code, you can use the systemsetting() function to set certain settings by default. For example, if you wanted to transmit UPC-E as UPC-A, you could put the following function call in your application: systemsetting("6P"); | + | :In code, you can use the systemsetting() function to set certain settings by default. For example, if you wanted to transmit UPC-E as UPC-A, you could put the following function call in your application: <code>systemsetting("6P");</code> |
===OS Release Log=== | ===OS Release Log=== |