while wendby matt (no login)quick question Ive been looking around online but still have not gotten a good grasp here. WHILE LEN(INKEY$): WEND I understand the use of WHILE/WEND, LEN, and INKEY$. But i am having trouble understanding exactly why this works. It would seem like there would need to be another variable there. example. WHILE LEN(INKEY$)= X: WEND |
| Response Title | Author and Date |
| type conversion | stosb on May 12 |
| RE | MATT on May 12 |
| yes | stosb on May 12 |
| RE | MATT on May 12 |
| Re: RE | on May 12 |
| RE:RE | MATT on May 12 |
| Re: RE:RE | on May 12 |
| to expand on what stosb said... | on May 12 |
| thanks | matt on May 12 |
| Re: thanks | on May 12 |
| It should be noted that comparing against -1 for truth is a bad idea. | John Q. Boolean on May 12 |
| ... | matt on May 12 |
| Re: It should be noted that comparing against -1 for truth is a bad idea. | on May 12 |