2 weeks ago - last edited 2 weeks ago
I'm trying to extract data from a profile and memorize them in the parameters of an objects using REQUEST.
It seams this option is not possible.
This is the code I used in parameter script.
dim geometry []
dim nnn[]
dim xx[]
dim yy[]
n = REQUEST ("Profile_default_geometry", ar_profile_type, geometry)
nnn[1] = geometry [1]
for t = 1 to nnn[1]
xx[t] = geometry[1+(t-1)*5+1]
yy[t] = geometry[1+(t-1)*5+2]
next t
parameters xx = xx
parameters yy = yy
Do you never have this kind of issue?
Operating system used: Mac Apple Silicon Sequoia
Solved! Go to Solution.
yesterday
Thinking about it, were there not issues with using the Text I/O when it comes to Teamwork? So that is something to take into consideration and test if that is something that you use.
| AC22-29 AUS 3200 | Help Those Help You - Add a Signature |
| Self-taught, bend it till it breaks | Creating a Thread |
| Win11 | i9 10850K | 64GB | RX6600 | Win11 | 5900X | 32GB | GTX2080TI |