QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Pete on March 04, 2019, 12:23:07 pm
-
Or is the Wiki not able to be edited, since it was imported from .net?
Well, if it is, this is a typo a code sample...
value$ = UCASE$(LTRIM$(STR$(n#))}
of course, should be: value$ = UCASE$(LTRIM$(STR$(n#)))
http://qb64.org/wiki/Scientific_notation
Pete
-
Fixed.
-
Big party on the mt. last night? Oops...
You now have it as: UCASE$(LTRIM$(STR$(n#))
You removed the } typo, but forgot to replace it with )
Should be: UCASE$(LTRIM$(STR$(n#))) and not UCASE$(LTRIM$(STR$(n#))
Needs three closing parentheses.
Oh well... Party on Zeus!
Pete
-
Fixed.
-
Perfect! Sorry, got to go now. For some weird reason, it's starting to cloud up outsi....... bizzzzzzzzzzzzzzzzzzz
Pete :D