Adding PC Scroll Numbers to your Preset Short / Toggle Name

Modified on Sun, 18 Sep, 2022 at 6:00 PM

Overview

In the PC Scroll Number feature, there are 16 slots that you can utilise. Each slot is a number that can be scrolled up or down with the PC Scroll feature.


It is possible to display this number on your Preset Short Name or Toggle Name. Simply add a placeholder in the name.

%E0 will display the number in the first slot. The last digit in the placeholder will determine which slot to display. Since there are 16 slots to use, we use the hexadecimal system to choose which slot to display. %E0 displays the first slot, %E1 displays the second. %EF displays the 16th slot. Hexadecimals from 0-15 runs as such:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

Using %E will display the slot number from 0-127. For example,


Using %F will offset the slot number by 1, and display it as 1-128.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article