Use of Alphanumeric datas ?


Results 1 to 6 of 6

Threaded View

  1. #2
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    So if I understood you correctly, you want someone to type in a word and have the PIC translate that to morse code... ??

    From the Picbasic Pro manual it states

    4.9. String Constants

    PBP doesn't provide string handling capabilities, but strings can be used with some commands. A string contains one or more characters and is delimited by double quotes. No escape sequences are supported for non-ASCII characters (although most PBP commands have this handling built-in).

    Lcdout "Hello" ' Output String (Short for "H","e","l","l","o")

    Strings are usually treated as a list of individual character values.
    So allthough it allows the use of strings to be displayed, I can't see any command that is the equivelent of "INPUT a$" to input a string of characters and store it in string a$
    Last edited by malc-c; - 12th January 2007 at 18:01.

Similar Threads

  1. Alphanumeric lcd display suppliers
    By Sphere in forum Off Topic
    Replies: 0
    Last Post: - 27th April 2008, 12:40
  2. Adressing a 16 x 1 Alphanumeric LCD Display
    By crhomberg in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 8th June 2007, 15:06
  3. Alphanumeric leds&16f84
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th February 2005, 18:03
  4. Displaying 32 bit datas on LCD
    By selahattin in forum General
    Replies: 0
    Last Post: - 12th January 2004, 10:55

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts