Hey guys, I got a while loop that doesn’t seem to be working properly, its setup like this:
vMyVariable<1
vMyVariable is an Int32 and it is currently equal to 1 when it hits this step, I have a message box right before the while loop to confirm it. For some reason it doesn’t run the loop. I’ve also tried making it vMyVariable<vOne which is a Int32 variable that is set to a value of 1 and that doesn’t work, and lastly tried to make it vMyVariable<0 and that doesn’t not work either.