QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Pete on March 04, 2019, 12:23:07 pm

Title: Typo in the Wiki (Scientific notation page)
Post 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
Title: Re: Typo in the Wiki (Scientific notation page)
Post by: odin on March 04, 2019, 12:59:54 pm
Fixed.
Title: Re: Typo in the Wiki (Scientific notation page)
Post by: Pete on March 04, 2019, 01:16:46 pm
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
Title: Re: Typo in the Wiki (Scientific notation page)
Post by: odin on March 04, 2019, 01:20:34 pm
Fixed.
Title: Re: Typo in the Wiki (Scientific notation page)
Post by: Pete on March 04, 2019, 01:23:03 pm
Perfect! Sorry, got to go now. For some weird reason, it's starting to cloud up outsi....... bizzzzzzzzzzzzzzzzzzz

Pete :D