cjkenworthy
Programmer
I have an array which hold some values:
myarray(True, True, False, True, False)
What code would I use to return a value eg. 1 if the array holds a 'True'? or output a message if the array holds a 'True' using VBscript?
cheers,
Chris
myarray(True, True, False, True, False)
What code would I use to return a value eg. 1 if the array holds a 'True'? or output a message if the array holds a 'True' using VBscript?
cheers,
Chris