NAVIGATION
- Edit this page ................: http://wiki.tcl.tk/edit/12852@
- Home to the .................: Answered Questions Index Page
- Back to ........................: Answered Questions On: Regular Expressions
- Forward to ...................: [Answered Questions On: Tcl/Tk C]
- Ask New Questions at ....: Ask, and it shall be given.
- Recent Changes ............: http://wiki.tcl.tk/4
TABLE OF CONTENTS (Specific Packages):
- Tclx - for_file
- Tclx - ctoken
SEE ALSO:
- ...
Tclx - for_file04/Aug/2003When I am using "for_file" in windows version TCL/TK then I am getting error like invalid command name "for_file" while executing for_file std_msg c:/Tool/iisver {break}Is for_file command is not exist in windows version, if so, then what's the best way to use in windows instead of for_file ?lv for_file is a part of tclx. Make certain you have downloaded and installed that extension, and that your application includes a line such as
package require Tclxbefore you use for_file.RS: If you can't get TclX, see the for_file page.
Tclx - ctoken30/July/2003And another question is related to "ctoken". ctoken in windows version tcl/tk not working why? Is there any another method replacing this in windows version tcl/tk?Could you kindly suggest me.lv ctoken is a part of tclx, not of tcl. After you do a package require Tclx ; does that help any?