XMLNoteTools IGOR.6.03.x-0.1

in
Downloaded 5 times
Official release from Subversion tag: IGOR-6-03--0-1
Download: XMLNoteTools-IGOR.6.03.x-0.1.zip
Size: 1.68 KB
md5_file hash: 7be372ab7325f5d734981daa83c9ca33
First released: February 27, 2008 - 15:14
Last updated: February 27, 2008 - 15:20

Overview

This is the first official release of the package.

Examples

XMLPrint("scan:input:parameter:","23")
23

XMLPrint("date","%date()",attributes="time", values="%time()")
... date of call ...

XMLPrint("scan","2",attributes="date;mynote", values="%date();%mynote()")
2

(where the string function mynote() exists and returns the string "hello there!")

XMLPrint("scan:length:","10",attributes="units",values="\%",pretty=1)

10

User Notes

Follow the information provide on the main project page.

Back to top