Purpose of COM1_STORED_FREQUENCY_INDEX_SET

Hello! What’s the purpose of COM1_STORED_FREQUENCY_INDEX_SET? How to use it?
Thank you very much. Jsb

This is to select the index for when you store frequencies. This can be done
by including this event when you store a frequency using one of the 2 types.
BCD32

??? (>K:COM1_STORED_FREQUENCY_SET)

HZ

??? (>K:COM1_STORED_FREQUENCY_SET_HZ)

For example if you want to store a com1 frequency HZ to an index of 2 then you
would do this…

2 (>K:COM1_STORED_FREQUENCY_INDEX_SET) ??? (>K:COM1_STORED_FREQUENCY_SET_HZ)

Now after you save it you can retrieve this value from the 3 type of variables
as seen here…

(A:COM1 STORED FREQUENCY:2, Hz) or (A:COM1 STORED FREQUENCY:2, FrequencyBCD16) or (A:COM1 STORED FREQUENCY:2, FrequencyBCD32)