Search found 1 match

by ChristopherWhite
Thu Jun 21, 2012 7:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: can't create an array based on string passed in my subroutin
Replies: 1
Views: 7271

can't create an array based on string passed in my subroutin

So, I'm creating graphics with DATA and trying to create a subroutine that I can call for each graphic. The routine is: SUB initGraphics (gfxName$, xWidth, yWidth) gfxName$ is the name of the array that will be storing the graphic data. In the subroutine, I create the array with this line: DIM gfxNa...