12-11-2022, 05:49 PM
(12-11-2022, 05:03 PM)Pete Wrote:(12-11-2022, 03:44 PM)mnrvovrfc Wrote:(12-11-2022, 02:06 PM)Ra7eN Wrote: PS, appreciate you guys keeping the qb64 going!! thank youWelcome to the forums. You made Pete change away from his cowboy clothes into three-piece suit and back. Now let me see if I could remember that Looney Tunes episode... it must have been the "Wentworth" one ROFLMAO.
Wait, but not:
???Code: (Select All)PRINT "PETE" > "steve"
Well, apparently another time is here...
I've long said that's a bug in QB64...
First, let's change what you wrote to...
PRINT "pete" > "STEVE"
But wait, that dog won't hunt... "Expected variable required after =..." [Syntax error message].
So we have to go to the extra work and code...
a$ = "Pete"
b$ = "Steve"
PRINT a$ > b$
'output -1
Hey wait. TARNATION, that' still buggy!!!
Pete
cant be STEVE=UCASE
pete = LCASE
therefore STEVE > pete :-D
3 out of 2 people have trouble with fractions