Jump to content

simple array question


Bert
 Share

Recommended Posts

I'm getting up to speed on arrays thanks to Uten, but I do have a simple question. I have a string:

"1=" &$c1[0]&@LF _
&"2=" &$c1[1]&@LF _
&"3=" &$c1[2]&@LF _
&"4=" &$c1[3]

You can see that this has repeating items. What would be the best way to put this into array so that I can eliminate the repeating stuff?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...