Menu

Proposal for textual corrections/changes in the Help file.

Theo
2014-10-31
2014-11-03
  • Theo

    Theo - 2014-10-31

    Proposal for textual corrections/changes in the Help file.

    remove the colon after ) in:
    Average: Example
    ABS: Example
    WORDTOBIN: Example
    CHR: Example
    ByteToBin: Example
    ASC: Example
    PRINT: Example (and add a double quote)

    Get: Command Availability:
    change text: Available on all microcontrollers with the LCD R/W line (pin 5) connected and if the following constant definition is used; ' #define LCD_RW'. Not available if the LCD is connected using the 0 or 2 bit mode or if the constant definition '#define LCD_NO_RW' is used.

    Goto: Explanation:
    change text first sentence: The Goto command will make the program to jump to the line specified and continue running from there.

    Log10 and Loge:
    the text of the examples are swapped

    ABS: Explanation:
    change text: -32678 in -32768 and 32768 in 32767

    LCDWriteChar: Explanation:
    change text: The LCDWriteChar command will show the specified user defined character, at the current cursor position.

    LCD Overview: Constant Name: LCD_Enable
    Change text bij Controls: Specifies the output pin that is connected to the Enable on the LCD.
    (do this twice on this page)

    Question:
    are LCDInt and LCDWord history? I don't see them in the help-file.
    A demo in the helpfile (SPItransfer, master program) points to LCDInt.
    On this page, http://www.greatcowbasic.com/gcb.html you can find them both.

     
  • Anobium

    Anobium - 2014-11-03

    Great recommended changes. I will make these changes this week and publish.

     
  • Anobium

    Anobium - 2014-11-03

    All done.

    And, LCDint and LCDword are available on all microcontrollers, however, this is a deprecated command. Please use Print.

     
  • Anobium

    Anobium - 2014-11-03

    I have just posted these changes. I will add all the new functionality in the next few weeks.

     

Log in to post a comment.