TCL/TK is a rapid development scripting language but it's not object orientated. So instead of having classes and objects I wrote this program to generate blocks of commonly used geolog TCL/TK code. It automatically generates blocks of Tcl Puts code, Mui Dialog Boxes and Mui Selection Boxes from UNIX flat ascii files. To run the program load the XLA file into Excel then press CTRL + T to fire up the form.
If your ascii files are in DOS rather than UNIX format you will not be able to generate proper TCL/TK code. The bar at the top of the form allows you to convert files from Dos to Unix if need be and check which format they are in.
The difference between Unix and Dos ascii format is the line endings. DOS uses carriage return and line feed ("\r\n") as a line ending, which Unix uses just line feed ("\n"). In VBA these are Chr(13) <- return and Chr(10) < line feed
TCL TK VBA geolog code writer
VBA add-in for writing TCL/TK code blocks
Brought to you by:
anthonyemiller
Downloads:
1 This Week
Windows