Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Performs import.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XML | 5.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns OK or error.
Import on server:
Set Variable [$text; Value:MBS("Text.ReadTextFile"; "/Users/cs/Desktop/test.xml"; "UTF-8")]
Set Variable [$r; Value:MBS("XML.Import"; $text; ""; "")]
Set Variable [$text; Value:""]
If [MBS("IsError") = 0]
Set Variable [$total; Value:MBS("XML.Import.Total")]
Loop
Set Variable [$work; Value:MBS("XML.Import.Work")]
Set Variable [$status; Value:MBS("XML.Import.Status")]
Exit Loop If [$status ≠ "Working"]
End Loop
End If
Created 10th November 2015, last changed 21st May 2021
XML.Import.Total - XML.ListAttributes
Feedback: Report problem or ask question.