cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.
SOLVED!

request story_name as value

Anonymous
Not applicable
Hi,

I“m buliding a simple 2D-object

Is it possible to use:

n= REQUEST ("Story", "", index, story_name)

and let the requested ā€story-nameā€ generate a parameter text value ?

IĀ“ve succeded with having the ā€valueā€ show with richtext, but I want to be able to schedule the object and the story_name value.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
you can use the other requests in parameter script:
n = REQUEST ("Home_story", "", index, story_name)
n = REQUEST ("Story_info", expr, nStories, index1, name1, elev1, height1 [, index2, name2, ...])

Piotr

View solution in original post

3 REPLIES 3
Solution
you can use the other requests in parameter script:
n = REQUEST ("Home_story", "", index, story_name)
n = REQUEST ("Story_info", expr, nStories, index1, name1, elev1, height1 [, index2, name2, ...])

Piotr
Anonymous
Not applicable
Thanks! it works!

What“s the difference?
The one You tried to use is just listing the "visible" story not the story that is the current story of the object..

Piotr