CC "Modeling" DYE (VAL instances[i]["id"]) error-mark
CC "AdoScript" ERRORBOX (instances[i]["name"] + ": All objects must be inside a pool!\n\nShall the verification be continued?") title:"Syntax Error Message" yes-no
}
IF(endbutton = "no") {
BREAK
}
IF(i = (lenghtInstances-1)) {
CC "AdoScript" INFOBOX "The verification is completed."
}
}
}
}
#IF(selectedRule = "Verify all objects are inside a pool") {
# CC "Modeling" DYE (VAL instances[i]["id"]) error-mark
# CC "AdoScript" ERRORBOX (instances[i]["name"] + ": All objects must be inside a pool!\n\nShall the verification be continued?") title:"Syntax Error Message" yes-no
# }
# IF(endbutton = "no") {
# BREAK
# }
# IF(i = (lenghtInstances-1)) {
# CC "AdoScript" INFOBOX "The verification is completed."