Changeset 1021 for trunk/modules/output.tcl
- Timestamp:
- 08/23/09 19:29:56 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r1020 r1021 188 188 #find the element following this % 189 189 set substring [string range $text $current_pos end] 190 if [regexp -nocase {%([a-z]+)} $ textmatches macro] {190 if [regexp -nocase {%([a-z]+)} $substring matches macro] { 191 191 bMotion_putloglev d * "macro: found macro $macro at $current_pos" 192 192 set plugin [bMotion_plugin_find_output "en" "" 0 10 $macro]
Note: See TracChangeset
for help on using the changeset viewer.
