Return items in array

  • 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..

  • Re: Return items in array


    Assuming a 1 dimension array where the commas in your example delimit the individual elements (It always helps to be very clear when explaining things)


Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!