ikodan Posted June 9, 2012 Report Share Posted June 9, 2012 Hello... I need to do : <TEXTTYPE:x<ENTER>> OR <TEXTTYPE:y<ENTER>> OR <TEXTTYPE:z<ENTER>> Anyone can tell me how please ? Quote Link to comment Share on other sites More sharing options...
paul Posted June 10, 2012 Report Share Posted June 10, 2012 Please explain what you are trying to achieve, as your request makes no sense to me. If you want to randomly type x, y or z, that can be done quite easily. Quote Link to comment Share on other sites More sharing options...
acantor Posted June 11, 2012 Report Share Posted June 11, 2012 OR is always part of a conditional statement, e.g., IF - ELSE. I am not sure this is the best explanation, but I hope this gives you a sense of how it works... IF X IS TRUE OR If Y is TRUE RESULT - "Either X is true or Y is true" ELSE RESULT - "Both X and Y must be false." END IF Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.