Author Topic: Typo in the Wiki (Scientific notation page)  (Read 2603 times)

0 Members and 1 Guest are viewing this topic.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Typo in the Wiki (Scientific notation page)
« 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
« Last Edit: March 04, 2019, 01:08:21 pm by odin »
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline odin

  • Administrator
  • Newbie
  • Posts: 92
  • I am.
    • View Profile
Re: Typo in the Wiki (Scientific notation page)
« Reply #1 on: March 04, 2019, 12:59:54 pm »
Fixed.
« Last Edit: March 04, 2019, 01:08:37 pm by odin »

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Typo in the Wiki (Scientific notation page)
« Reply #2 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
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline odin

  • Administrator
  • Newbie
  • Posts: 92
  • I am.
    • View Profile
Re: Typo in the Wiki (Scientific notation page)
« Reply #3 on: March 04, 2019, 01:20:34 pm »
Fixed.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Typo in the Wiki (Scientific notation page)
« Reply #4 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
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/