zmref Posted July 10, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share Posted July 10, 2012 (edited) Hi I'm looking for a code that arrays (strings) these.. Is it possible? "100,000" "1,000,000" "10,000,000" "100,000,000" "1,000,000,000" Edited July 10, 2012 by zmref Quote Link to comment Share on other sites More sharing options...
en_dev Posted July 10, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 113 Reputation: 5 Joined: 06/06/12 Last Seen: December 25, 2013 Share Posted July 10, 2012 yes its possible. setarray $exampleArray[0],'100,00','200,00','300,00' so on so fort. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 10, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 10, 2012 @en_dev: I think you mean... setarray .@example$[0],"100,000","200,000","300,000","etc"; 2 Quote Link to comment Share on other sites More sharing options...
zmref Posted July 10, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share Posted July 10, 2012 thanks Quote Link to comment Share on other sites More sharing options...
Question
zmref
Hi I'm looking for a code that arrays (strings) these.. Is it possible?
"100,000"
"1,000,000"
"10,000,000"
"100,000,000"
"1,000,000,000"
Edited by zmrefLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.