[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2007-03-10T15:21:01-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/332 2005-09-24T16:44:57-05:00 2005-09-24T16:44:57-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=7745#p7745 <![CDATA[Help with DATA graphics]]>
0,0
1,0
0,1
1,1

All you want is 1, 1 (or something like that). So, to fix this:

Code:

GET (1, 1)-(1, 1), Array
to see an example of this, use the Selection tool in Paint.

Statistics: Posted by {Nathan} — Sat Sep 24, 2005 4:44 pm


]]>
2005-09-24T15:41:47-05:00 2005-09-24T15:41:47-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=7744#p7744 <![CDATA[Help with DATA graphics]]> how come when i get and put
DATA 01
DIM ...
GET (0,0)-(1,1),...

there is black around the dot
like i tried to put it in a row, there is black lines

also does the background color mess up the color i use to draw something else

Statistics: Posted by Guest — Sat Sep 24, 2005 3:41 pm


]]>
2005-08-30T19:25:15-05:00 2005-08-30T19:25:15-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=6830#p6830 <![CDATA[Help with DATA graphics]]> Statistics: Posted by The Awakened — Tue Aug 30, 2005 7:25 pm


]]>
2005-08-30T13:51:38-05:00 2005-08-30T13:51:38-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=6823#p6823 <![CDATA[Help with DATA graphics]]>
grtz
Seb

Statistics: Posted by Guest — Tue Aug 30, 2005 1:51 pm


]]>
2005-08-30T12:40:28-05:00 2005-08-30T12:40:28-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=6817#p6817 <![CDATA[Help with DATA graphics]]>

Statistics: Posted by The Awakened — Tue Aug 30, 2005 12:40 pm


]]>
2007-03-10T15:21:01-05:00 2005-08-30T10:11:43-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=6814#p6814 <![CDATA[Re: Help with DATA graphics]]>
If you do:

Code:

DATA 01,01,01,01DATA 01,00,00,01DATA 01,00,00,01DATA 01,01,01,01FOR x = 1 TO 4FOR x = 1 TO 4READ zPSET(x, y), zNEXTNEXTDIM box(4*4)GET (0, 0) - (4, 4), box
but i get a syntax error about the PSET(x, y), z
so i redid it but now i get a syntax about GET (0,0) - etc.
I think this is the right code:

Code:

CLSSCREEN 13    FOR x = 1 TO 4        FOR y = 1 TO 4READ zPSET (x, y), zNEXTNEXTDIM box(4, 4)GET (1, 1)-(4, 4), boxDATA 01,01,01,01DATA 01,00,00,01DATA 01,00,00,01DATA 01,01,01,01
Am I on the right way?

Statistics: Posted by romassoldier — Tue Aug 30, 2005 10:11 am


]]>
2005-02-18T18:34:54-05:00 2005-02-18T18:34:54-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2801#p2801 <![CDATA[Help with DATA graphics]]>

Statistics: Posted by Rattrapmax6 — Fri Feb 18, 2005 6:34 pm


]]>
2005-02-18T18:29:58-05:00 2005-02-18T18:29:58-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2799#p2799 <![CDATA[Help with DATA graphics]]> Statistics: Posted by Mitth'raw'nuruodo — Fri Feb 18, 2005 6:29 pm


]]>
2005-02-18T18:28:16-05:00 2005-02-18T18:28:16-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2797#p2797 <![CDATA[Help with DATA graphics]]>

Statistics: Posted by Rattrapmax6 — Fri Feb 18, 2005 6:28 pm


]]>
2005-02-18T17:10:11-05:00 2005-02-18T17:10:11-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2780#p2780 <![CDATA[Help with DATA graphics]]>
'$INCLUDE: "QB.BI" would also load my lib or something?? :) Or are you asking that?? heh heh :roll:
Ummm no noit really, It was there as an example of the $include metacommand.

BTW...You put "QB.BI" ^ it should be 'QB.BI' :lol: , and yes I was wondering inorder to include a Library that you made if you use the $include metacommand.

Statistics: Posted by Mitth'raw'nuruodo — Fri Feb 18, 2005 5:10 pm


]]>
2005-02-18T17:04:45-05:00 2005-02-18T17:04:45-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2778#p2778 <![CDATA[Help with DATA graphics]]>

'$INCLUDE: "QB.BI" would also load my lib or something?? :) Or are you asking that?? heh heh :roll:

Statistics: Posted by Rattrapmax6 — Fri Feb 18, 2005 5:04 pm


]]>
2005-02-18T10:11:37-05:00 2005-02-18T10:11:37-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2753#p2753 <![CDATA[Help with DATA graphics]]>
DO you make some code in the main screen? Or do you just make the Subs/Functions?

In order to include it in your program, you just use '$INCLUDE: 'QB.BI' right?

Statistics: Posted by Mitth'raw'nuruodo — Fri Feb 18, 2005 10:11 am


]]>
2005-02-17T20:57:04-05:00 2005-02-17T20:57:04-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2748#p2748 <![CDATA[Help with DATA graphics]]> :wink: Oh well,...

Statistics: Posted by Rattrapmax6 — Thu Feb 17, 2005 8:57 pm


]]>
2005-02-17T19:45:09-05:00 2005-02-17T19:45:09-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2739#p2739 <![CDATA[Help with DATA graphics]]> QB4.5 has a Lib maker? What else a cappichino maker? :wink:

No, seriously, I had no clue...

Statistics: Posted by Mitth'raw'nuruodo — Thu Feb 17, 2005 7:45 pm


]]>
2005-02-17T16:57:49-05:00 2005-02-17T16:57:49-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=2735#p2735 <![CDATA[Help with DATA graphics]]> Say, QB4.5 & 7.1 have a Lib maker, but when I make a Lib.. then try to INCLUDE it,. a bunch of yellow code come down (The type that comes up when you try to open a .EXE file in QB) and debugs thro it... all other libs don't do this, why mine?? :wink:

Yeah, I commented on that new avatar, it '$INCLUDE: 'blood', heh heh,. :roll: :D

Statistics: Posted by Rattrapmax6 — Thu Feb 17, 2005 4:57 pm


]]>