2009-01-27 05:13 PM
2009-01-27 06:43 PM
It assumes that a folder named “ArchiCAD Data Folder” exists beside ArchiCAD for user defined files. (The name of this folder is defined inIn case your folder name will be localized to French, simply run the add-on to create a file and then look inside your ArchiCAD program folder for a new folder similar to the above containing your output file.
the Add-On resource fork, therefore it can be localized.) If a folder with that name doesn't exist, the Add-On will create one. The folder can
contain subfolders where the extension will look for existing files. It can read and write TEXT type files.
2009-01-28 01:54 AM
2009-01-28 08:18 AM
ch = OPEN ("TEXT", "QQQQ.txt", "MODE = WO") OUTPUT ch, 1,1, "Sample text" CLOSE chthen do a search for the "QQQQ.txt" file on your computer, you can sort out it's location.
2009-01-28 11:12 AM