We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2018-04-13 11:08 AM
DIM sarray[] var = "" ! file in the library, containing parameter data filename = "ProjectNotes.txt" ch1 = OPEN ("text", filename, "MODE=RO, LIBRARY") i = 1 j = 1 y=1 sarray[x1] = "" for z = 1 to x1 n = INPUT (ch1, y, 1, var) sarrayThank you.= var j = j + 1 i = i + 1 y=y+1 next z CLOSE ch1 ! parameter popup with strings read from the file VALUES "RefNote" sarray x1 = vardim1(sarray)
2018-04-14 11:41 AM
2018-04-16 05:36 PM