cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Mario Sacco
Expert

Store Profile data in GDL Parameters using Request

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

MacBook M1 Max 64GB- OS X 12.2.1 - Archicad 27
https://www.archiradar.it/en/
10 Replies 10
Lingwisyer
Guru

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 3200Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win11 | 5900X | 32GB | GTX2080TI

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!