[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 2008-04-12T23:17:47-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/2565 2008-04-12T23:17:47-05:00 2008-04-12T23:17:47-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=17067#p17067 <![CDATA[how sweet.. swear words..]]>
Please don't bug me anymore.

I'll stay away from the forum unless I'm really tempted to post, but you have officially made yourself clear that you "own" the forum and are going to defend it from intruders,.. such as myself..

Go fly a kite man.. and take some pills or something..

Kiyote!

Statistics: Posted by Kiyotewolf — Sat Apr 12, 2008 11:17 pm


]]>
2008-04-09T00:23:00-05:00 2008-04-09T00:23:00-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=17045#p17045 <![CDATA[Im A newb.]]>
You are an apparrent asshole!

Wanna roll over and play dead? ARF

Statistics: Posted by burger2227 — Wed Apr 09, 2008 12:23 am


]]>
2008-04-07T00:54:26-05:00 2008-04-07T00:54:26-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=17016#p17016 <![CDATA[String Modifying]]>
(nul means no character, no output and no nothing.. an empty string.)

?Wolf$ [output: nul]
^__ ? is short for PRINT in QBasic
^_____ the outcome of the operation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - -- - -- - - -

code examples.:

Wolf$="cat"
Wolf$ = Wolf$ + "thingy"
?Wolf$ [output: catthingy]

Wolf$="dog"
Fox$="hog"
Wolf$=LEFT$(Fox$,1) + MID$(Wolf$,2,2)
?Wolf$ [output: hog]

Wolf$=""
Wolf$ = Wolf$ + Wolf$ + Wolf$ + Wolf$
?Wolf$ [ output: nul]

Wolf$="cow "
Wolf$=Wolf$ + Wolf$ + Wolf$ + Wolf$
?Wolf$ [ output: cow cow cow cow ]

Wolf$="134dog"
FoxCode=VAL(Wolf$)
?FoxCode [ output : 134]

Wolf$="dog143"
FoxCode=VAL(Wolf$)
?FoxCode [output : 0 ]
^____ zero


Any more questions?

Kiyote!

Statistics: Posted by Kiyotewolf — Mon Apr 07, 2008 12:54 am


]]>
2008-01-18T09:48:30-05:00 2008-01-18T09:48:30-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16407#p16407 <![CDATA[Im A newb.]]> Statistics: Posted by BDZ — Fri Jan 18, 2008 9:48 am


]]>
2008-01-18T08:31:07-05:00 2008-01-18T08:31:07-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16406#p16406 <![CDATA[Download]]>
http://www.qbasicstation.com/index.php? ... &filecat=3

Q-BASICS.ZIP covers everything from PRINT to graphics functions.

Uses QB4.5 available in Member File Utilities section.

Ted

Statistics: Posted by burger2227 — Fri Jan 18, 2008 8:31 am


]]>
2008-01-18T04:42:11-05:00 2008-01-18T04:42:11-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16400#p16400 <![CDATA[Im A newb.]]>
That was the last thing in the book... i dont know where to go, or what to do from here.
Neither do I but if adding strings together is the last thing in the book -it should be a short book :wink:.

Have you checked out the tutorials on Petes?
http://www.petesqbsite.com/sections/tut ... ials.shtml

Statistics: Posted by BadMrBox — Fri Jan 18, 2008 4:42 am


]]>
2008-01-17T23:29:34-05:00 2008-01-17T23:29:34-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16398#p16398 <![CDATA[sweet...]]> Statistics: Posted by Cman — Thu Jan 17, 2008 11:29 pm


]]>
2008-01-17T16:51:16-05:00 2008-01-17T16:51:16-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16393#p16393 <![CDATA[Im A newb.]]>
As for your question, I don't understand exactly what you mean, but doing string1$ + string2$ makes the text of string2$ be appended to the end of string1$. For example:

Code:

string1$ = "foo"string2$ = "bar"string3$ = string1$ + string2Print string3'Output: foobar

Statistics: Posted by Patz QuickBASIC Creations — Thu Jan 17, 2008 4:51 pm


]]>
2008-01-17T15:20:57-05:00 2008-01-17T15:20:57-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16392#p16392 <![CDATA[Im A newb.]]> Statistics: Posted by Cman — Thu Jan 17, 2008 3:20 pm


]]>