cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
bej
Participant

Extract Global Variable array into a user selected dropdown list

Hi All

I am trying to extract the first row from the GLOB_ISSUE_SCHEME global variable array and list it as a user-selected dropdown list. I know how to use a REQUEST statement to list fonts using FONTNAMES_LIST, or list individually using a VALUES statement, but extracting from an array has me stumped.

Any input much appreciated!

Thanks!
Brendon
Brendon Reid
Archicad Consultant
reidefine.com.au
_____________________________________________________________________
Macbook Pro (16-inch, 2019), 2.3GHz, 64GB RAM | AC24 5004 INT Full (since AC4.1)
1 Solution

Accepted Solutions
Jochen Suehlo
Moderator Emeritus
DIM _issue_vals[]
FOR i = 1 TO 7
	_issue_vals = GLOB_ISSUE_SCHEME[1]
NEXT i

VALUES "issue_strings" _issue_vals
Jochen Suehlo . AC12-29 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de

Go to post

2 Replies 2
Jochen Suehlo
Moderator Emeritus
DIM _issue_vals[]
FOR i = 1 TO 7
	_issue_vals = GLOB_ISSUE_SCHEME[1]
NEXT i

VALUES "issue_strings" _issue_vals
Jochen Suehlo . AC12-29 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
bej
Participant
Brilliant, thanks Joachim! Works perfectly
Brendon Reid
Archicad Consultant
reidefine.com.au
_____________________________________________________________________
Macbook Pro (16-inch, 2019), 2.3GHz, 64GB RAM | AC24 5004 INT Full (since AC4.1)

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!