Changes between Initial Version and Version 1 of Ticket #44, comment 6
- Timestamp:
- May 1, 2013, 5:49:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44, comment 6
initial v1 12 12 13 13 This would work for every complex xml editing. 14 15 The code could be something like: 16 17 18 {{{ 19 @CUSTOMCODE File<quoted file name (wildcards accepted)> 20 <code> 21 if ONGSAutoPrompt.SubtitleName is "autoprompt_hypo" then 22 set LastAutopromptLevel to 2 23 end if 24 </code> 25 }}}