Is there a way to return the current MC Explorer ViewMode using MultiScript
example usage would be to toggle between Thumbnail view and the default
i.e. if (ViewMode MODE == 1) {
MC.Explorer.SetViewMode MODE=3
}
else {
MC.Explorer.SetViewMode MODE=1
}