[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 2019-03-05T19:54:46-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/10249 2019-03-05T19:54:46-05:00 2019-03-05T19:54:46-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=33505#p33505 <![CDATA[Re: LTRIM $]]> Thanks for replying

Statistics: Posted by knothead1008 — Tue Mar 05, 2019 7:54 pm


]]>
2019-03-05T19:31:04-05:00 2019-03-05T19:31:04-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=33504#p33504 <![CDATA[Re: LTRIM $]]>

Code:

PRINT LTRIM$(STR$(TP)) + "TOTAL PARTS";
You have to convert numbers to strings before you can use LTRIM$() on them. You could also try PRINT USING.

Statistics: Posted by MikeHawk — Tue Mar 05, 2019 7:31 pm


]]>
2019-03-05T18:07:12-05:00 2019-03-05T18:07:12-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=33503#p33503 <![CDATA[LTRIM $]]>
PRINT LTRIM$ TP: "TOTAL PARTS";

Brian..

Statistics: Posted by knothead1008 — Tue Mar 05, 2019 6:07 pm


]]>