Just released a new slightly experimental release that fixes a few
bugs (particularly with ' and "), adds a type=numeric parameter to the
search commands, and for the experimental part, a getline function and
a line= parameter you can now insert into a log command/function.
For example:
[(getline "some text" page=some.page)] If page is not specified, it
searches the current page...
[(log content="new text" flags="line=3" target=some.page)]
And of course you can combine them to:
[(log content="new text' flags="line={(getline "old text"
page=some.page)}" target=some.page)]
If text does not exist, you get a 0, and the log function will not
replace. If line is higher than the current number of lines, it gets
added to end.
Let me know how it works for you and if you have any questions or
notice any problems.
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---