Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comparing the size of multiple numerical values
#2
here is one way:
Macro Macro1
Trigger SF9     Help - how to add the trigger to the macro
Code:
Copy      Help
ARRAY(str) s.create(4)
s[1]="23.05.17.21" 
s[0]="23.05.17.24" 
s[2]="23.06.17.24" 
s[3]="23.06.18.20"


s.sort(8)
out s
;out s[0]
;out s[3]


Messages In This Thread
RE: Comparing the size of multiple numerical values - by redbull2k - 05-18-2023, 01:41 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)