Hello everybody!
I am starting programming in openstaad using visual basic, but I couldn't find any commend to add " * comments" in the staad pro input file. i really appreciate any help
Ulises Flores.
At this moment, there is no OpenSTAAD function available to add a comment line in STAAD input editor. Though it is not possible using any OpenSTAAD function, still you can add any comment using Windows function. As .std file is nothing but a text file, you can read and add/remove anything in this file using batch file. There are several functions/codes available which can read and edit text files - use any such code.