Index: action_details.html =================================================================== --- action_details.html (revision 34052) +++ action_details.html (revision 34053) @@ -2047,9 +2047,9 @@

Syntax summary: -LoadVendorFrom(filename) +LoadVendorFrom(filename, [yes|no])
Help text: -Loads the specified vendor lihata file. +Loads the specified vendor lihata file. If second argument is "yes" or "pure", load in pure mode without side effects: do not reset or apply, only incrementally load.
Registered by: vendor drill mapping
@@ -2064,7 +2064,13 @@ filename - Name of the vendor lihata file. If not specified, the user will be prompted to enter one. + Name of the vendor lihata file. If not specified, the user will be prompted to enter one. + + + +pure (yes or no) + + If "yes" or "pure", load in pure mode without side effects: do not reset or apply, only incrementally load. Index: action_src/loadvendorfrom.html =================================================================== --- action_src/loadvendorfrom.html (revision 34052) +++ action_src/loadvendorfrom.html (revision 34053) @@ -4,4 +4,6 @@ filename Name of the vendor lihata file. If not specified, the user will be prompted to enter one. + pure (yes or no) + If "yes" or "pure", load in pure mode without side effects: do not reset or apply, only incrementally load.