Search found 3 matches

Search found 3 matches Page 1 of 1
by suncds
Tue Aug 23, 2016 12:50 pm
Forum: Community Forum
Topic: Get a list of subfolders
Replies: 1
Views: 5354

I need to get a list of subfolders within a parent folder. FileList seems to only return file objects, and not sub folders
by suncds
Wed Jul 06, 2016 3:11 pm
Forum: Community Forum
Topic: delay is not being conditionally called
Replies: 1
Views: 5358

I have a delay profiled in my project, to only execute under certain conditions: ${index} lt 3 and '${transferError}' eq '1' Running the project is debug mode yields the following values for transferError and index: index = 1 transferError = '1' index vaiable is a counter within a for loop, transfer...
by suncds
Wed Jul 06, 2016 2:43 pm
Forum: Community Forum
Topic: conditional delay is not working
Replies: 1
Views: 4787

I've profiled a delay in my project, to be conditionally executed on the following: (${index} lt 3) and ('{$transferError}' eq '1') When I place the project in debug mode, and review the variables, just before the delay, transferError = '1' index = 1 (index is a counter defined in a for loop, advanc...
Search found 3 matches Page 1 of 1