SOLVED!
request story_name as value
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-05-03 02:14 PM
2019-05-03
02:14 PM
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.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-05-03 02:50 PM
2019-05-03
02:50 PM
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
n = REQUEST ("Home_story", "", index, story_name)
n = REQUEST ("Story_info", expr, nStories, index1, name1, elev1, height1 [, index2, name2, ...])
Piotr
3 REPLIES 3
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-05-03 02:50 PM
2019-05-03
02:50 PM
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
n = REQUEST ("Home_story", "", index, story_name)
n = REQUEST ("Story_info", expr, nStories, index1, name1, elev1, height1 [, index2, name2, ...])
Piotr
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-05-03 03:07 PM
2019-05-03
03:07 PM
Thanks! it works!
What´s the difference?
What´s the difference?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-05-03 06:52 PM
2019-05-03
06:52 PM
The one You tried to use is just listing the "visible" story not the story that is the current story of the object..
Piotr
Piotr