Message 1 of 8

Not applicable
12-27-2016
06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have multiple STRLEN variables and I'm looking to find the longest of them all.
It doesn't matter which variable is longest, I just need to know the length of the longest string from these variables
(SETQ HDRLG(STRLEN HEADER))
(SETQ THRLG(STRLEN THLBL))
(SETQ JTLG1(STRLEN JTLBL1))
(SETQ JTLG2(STRLEN JTLBL2))
(SETQ JTLG3(STRLEN JTLBL3))
(SETQ JTLG4(STRLEN JTLBL4))
(SETQ JTLG5(STRLEN JTLBL5))
(SETQ JTLG6(STRLEN JTLBL6))
(SETQ JTLG7(STRLEN JTLBL7))
(SETQ JTLG8(STRLEN JTLBL8))
Thanks in advance,
Larry
Solved! Go to Solution.