Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 222 Bytes

gdl-shell

ARCHICAD 22/23 GDL Shell (Windows) Add-On

usage

ch = open("as-shell", "", "")
v1 = ""
nr = input(ch, "file-open", "", v1)
nr = input(ch, "file-save", "", v1)
nr = input(ch, "dir-open", "", v1)