2004-01-22 07:46 PM - last edited on 2023-05-19 04:08 PM by Gordana Radonic
2004-01-22 08:23 PM
2004-01-23 09:53 AM
David wrote:
The "Label" objects will do just what you are asking (with a little forethought/planning and a little GDL editing).
2004-01-26 05:40 PM
Geoffroy wrote:Create a Label Object to pull the parameter into, then use:
Have you found a way to get any parameter's value of an object ?
Let's say I put a parameter called 'desc' in which I will put a string telling "Manufacturer, Product XYZ, etc"....
How can I get the value of 'desc' in the script used in the label ?
2004-01-26 10:43 PM
David wrote:Thanks for the link, I will have to try when I'll find some time...
Create a Label Object to pull the parameter into, then use:
REQUEST ("ASSOCLP_PARVALUE", "expr", name_or_index,
type, flags, dim1, dim2, values)
You can also set-up GLOB_USER variables to pull information from other Objects.
There is a related thread at:
http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648