Reply To: Parmameter handover

Home Forums General discussions Parmameter handover Reply To: Parmameter handover

#3214
Gergely Fehér
Keymaster

“Property_Name” request is designed for labels: it works in UI and 2d scripts.
Searching in an array:
myValueIdx = 0
for ii = 1 to vardim1(myArray)
if myArray[ii] = “mySearchValue” then
myValueIdx = ii
ii = vardim1(myArray) !break
endif
next ii

Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE