Need Only 4 Lines Of Codeby (Login MarineDon)R 'The small program below will print:
'x 'xx 'xxx 'xxxx 'xxxxx FOR yoyo = 1 TO 5 X$ = "x" Y$ = Y$ + X$ PRINT Y$ NEXT 'Regards, Don Smith |
| Response Title | Author and Date |
| Three lines actually... | RpgFan on Nov 18 |
| * STRING$ can also use an ASCII code to print X. (88) | on Nov 18 |
| Need only 4 lines of code | on Nov 18 |
| Variable names are up to the programmer. | on Nov 18 |
| Thanks everybody | on Nov 18 |