iOS Question how to use Array or Map or Type data

Yves Rossignol

Member
Licensed User
Hi, I have received an advice to use Map or Type to handle data between modules... I don't undertand how to use it

I try to use an array but each time I have a zero as result....

You have two zip files (without object directory)

before test and during array test...

please help me....

Yves
 

Attachments

  • welds 2016_12_27 before test.zip
    149 KB · Views: 173
  • welds 2016_12_27 test.zip
    149.7 KB · Views: 211

azzam223

Active Member
Licensed User
Longtime User
you use list object to handle the data and then get the data from the list by index number
 
Upvote 0

Yves Rossignol

Member
Licensed User
Hi, I have more than 20 data variable to handle... in one command or in many

Resultsp.show(createMap("Lw" : Lw)

or


Resultsp.show(createMap("Lw" : Lw, "Sw", : Sw, etc...... the line will be very long...)
 
Upvote 0

Yves Rossignol

Member
Licensed User
Hi, in fact Lw and others variables are created into singleW, doubleW, etc, (singleW is a module for one geometry,etc) and I need to display it into resultsp. And I don't understand how to use Show... i used it to display screen AND for retrieve data???
 
Upvote 0
Top