clearvuedesign Posted July 2 Share Posted July 2 (edited) Hey everyone, does anyone know how to access or get information from a file outside of Chief Architect and have it fill text in Chief Architect? Anything along those lines, like Chief reading something that's not in Chief and then writing text for it? Edited July 2 by clearvuedesign Link to comment Share on other sites More sharing options...
SHCanada2 Posted July 2 Share Posted July 2 (edited) you can write a macro that opens up a file in a specific place (there is no gui to select the file), and then parse the file into global variables. But the macro needs to run every time you open the file The better solution for a one and done, IMHO, is to write a program that converts the csv to the macro specific file format, and then import it via the macro import functionality in CA. or import into excel, and then do whatever you want with it, and then import in CA as picture, pdf, etc Edited July 2 by SHCanada2 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now