XMLNoteTools IGOR.6.03.x-0.2

in
Downloaded 3 times
Official release from Subversion tag: IGOR-6-03--0-2
Download: XMLNoteTools-IGOR.6.03.x-0.2.zip
Size: 3.45 KB
md5_file hash: df8337b38757322c1e794617c43e0937
First released: March 3, 2008 - 17:17
Last updated: March 3, 2008 - 17:20

Overview

This is an update in functionalilty.

Examples

XMLNoteText("scan:number:","23",replace=-1)
replace the most recent (from end of notebook) listing of ... with 23

XMLWaveNote(mywave,"Header:Note:","This is a log of operations",at="start")
put the notice at the starting point of a wave note for mywave

Template File (stored with extension .xml on disk)

My Package
#
#

Parameter List (stored as a string list)
MyParams (string) = "%date();%time();%CurrFunctionName();Hi There!;"
(where the function CurrFunctionName() returns a text name of the currently function)

Result of NT_FillXMLTemplate("MyTemplate",MyParams)

My Package
Current Function Name
Hi There!

Back to top