08-14-2025, 09:28 PM
(This post was last modified: 08-14-2025, 09:28 PM by fistfullofnails.)
OK, I think this is how to spoonfeed a dummy like me.
[qb][FOR count% = 1 TO 4
PRINT STRING$(5, "*")
NEXT/qb]
I thank an earlier comment that turned me on to STRING$. Although I will say there are some pretty cool solutions here, even though I don't understand them all. And I guess I need to learn how to insert code again.
[qb][FOR count% = 1 TO 4
PRINT STRING$(5, "*")
NEXT/qb]
I thank an earlier comment that turned me on to STRING$. Although I will say there are some pretty cool solutions here, even though I don't understand them all. And I guess I need to learn how to insert code again.

