cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

request story_name as value

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 Solution

Accepted Solutions
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

Go to post

3 Replies 3
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

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!