The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

For loop iteration control #6

SercoSteveB
Active Participant

What are the values of A, B, C & D after the following has executed?

Daily CLAD #11 Default Values.png

 

a)    A=TRUE, B=SercoSteveB, C=1, D=1D Array containing {2}

b)    A=FALSE, B=SercoSteveB, C=0, D=1D Array containing {2}

c)    A=TRUE, B=<empty string>, C=1, D=<empty 1D array>

d)    A=FALSE, B=<empty string>, C=0, D=<empty 1D array>

 

NOTE:  <empty string> means the string is empty (i.e. string length = 0) not a string containing "<empty string>".  Similarly for <empty array> (array size = 0).

Comments