Hello,
Seems this should be a pretty simple task but it's suffocating me...
My array consists of...
Section1|24,Section2|47,Section3|69,Section4|103,Section5|145
I need a loop that will return
tempVar1 = Section1
tempVar2 = 24
Loop
tempVar1 = Section 2
tempVar2 = 47
Loop - etc, etc...
I've tried LEFT, SPLIT... Not having luck though..