Hello, everyone
The following code is sorted in descending A-Z order
How to set the second condition?
Use the first number of the comment to do the second sort condition!
Any suggestions are welcome. Thanks in advance
For example: the result of the current code sorting is as follows
I expect the results:
Macro Macro3
The following code is sorted in descending A-Z order
How to set the second condition?
Use the first number of the comment to do the second sort condition!
Any suggestions are welcome. Thanks in advance
For example: the result of the current code sorting is as follows
ax :sub.Sub2 ;;4test
ax :sub.Sub3 ;;2test
ax :sub.Sub4 ;;3test
ax :sub.Sub5 ;;1test
cbc :sub.Sub6 ;;2test
cbc :sub.Sub7 ;;1test
zbc :sub.Sub1 ;;test1
I expect the results:
ax :sub.Sub5 ;;1test
ax :sub.Sub3 ;;2test
ax :sub.Sub4 ;;3test
ax :sub.Sub2 ;;4test
cbc :sub.Sub7 ;;1test
cbc :sub.Sub6 ;;2test
zbc :sub.Sub1 ;;test1
Macro Macro3