We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2009-03-03 06:00 AM
2009-05-12 02:29 AM
2009-05-12 05:43 AM
2009-05-12 06:04 AM
2009-05-12 06:08 AM
2009-05-15 01:38 AM
2009-05-19 06:54 AM
2009-05-19 07:47 AM
2009-05-19 11:20 AM
Andrew wrote:From page 250 of the GDL Reference Guide:
Hi Lec,
Therrrvalue is simply a return value for the request. If the request is successful, I believe the number 1 is returned in this variable. I didn't focus on this variable in the book, as generally you can rely on the data being returned from this function and so can pretty much ignore the variable.
The function’s return value is the number of the answer (in the case of a badly formulated question or a nonexisting name, the value will be 0).So, for example, the below REQUEST function:
rrr = REQUEST ("Story", "", index, story_name)should set the variable rrr to the value of 2 because it returns 2 values: the story index number and the story name string.
2009-05-20 06:52 AM
2009-05-20 06:58 AM