Edit

Import (text [, mapname])

Result Type: Number

Definition: Imports the text into the MoneyWorks file using the map mapname (which must be installed). If the text is XML, the mapname can be omitted. The sequence number of the last record imported is returned, or -1 if an error occurred.

Examples: 

Import(someText, "myMap.impo")

Import(someXML)