3 weeks ago - last edited 3 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.
Tuesday
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 |
yesterday
Hi
Also for: Lingwisyer
I used this in couple of libraries, and I think it should work cross platform, the file is saved in the local folder that AC has access, the key is not to use any path, then file is saved there.
I use the similar algorithm in VELUX library for synchronizing the vertical+slope window, and I tested it on Bimcloud and cross platform.