Forum Discussion
TCYKPB
Contributor
well, you can make an array or a dictionary and work with indexes or keys, kind of like
alphabet = [null, "A", "B", "C", "D", ... etc]
and then reference the alphabet array with the index you are getting from your current function:
from
("C:\\Users\\TEST.xlsx", "STEP", 5, 3, 15)
to
("C:\\Users\\TEST.xlsx", "STEP", 5, alphabet[3], alphabet[15])
resulting in
("C:\\Users\\TEST.xlsx", "STEP", 5, "C", "O")
BMD
3 years agoContributor
Why didn't I think of this - Thank You - I think this will work and it's simple.
THANKS to TCYKPB
Related Content
- 6 years ago
Recent Discussions
- 16 hours ago
- 16 hours ago
- 4 days ago