Changes for page 05 Objects

Last modified by Jett on 2025/07/04 09:41

From version 88.4
edited by Hunter
on 2024/02/20 11:47
Change comment: There is no comment for this version
To version 89.1
edited by Hunter
on 2024/02/20 13:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -646,9 +646,9 @@
646 646  * **Center:** data display on the center of object.
647 647  * **Align left: **data display on the left.
648 648  * **Align right: **data display on the right.
649 -* **Exchange high-low byte: **Exchange High-low byte: Check it to exchange and display the contents of the high and low bytes. If the number of contents is not a multiple of 2, the rounding process will be performed.
649 +* **Exchange high-low byte: **Swap the contents of high byte and low byte then display. High byte data into low byte position, low byte data into high byte position. If the length of characters is not a multiple of 2, it will exchange after rounded.
650 650  * **Length: **The length of characters, the maximum length is 256.
651 -* **Exchange high-low word: **Check it to exchange and display the contents of high and low word. Only valid if the number of operating characters of the part is a multiple of 4.
651 +* **Exchange high-low word: **Swap the contents of high word and low word then display. Only valid when the length of characters is a multiple of 4.
652 652  
653 653  **Keypad position**
654 654