Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I simply got into a problem.
I can't exactly figure out how to do this.
I want to check if my list: Selected_ncprogram is empty if it is select all NCPrograms.
I came up with this:
ENTITY LIST Selected_ncprogram=explorer_selected_entities()
IF is_empty(Selected_ncprogram) {
ENTITY List Selected_ncprogram = folder('NCProgram')
}
STRING LIST tools = {}
FOREACH $nc IN $Selected_ncprogram {
........thanks in advance...
______________________
Lasse F.
Lasse F.
Solved! Go to Solution.