novice in BASIC


Closed Thread
Results 1 to 2 of 2

Thread: novice in BASIC

  1. #1
    f6ggy's Avatar
    f6ggy Guest

    Default novice in BASIC

    please see a synthaxe of this files .BAS
    thank you for reponse

    http://f6ggy.dyndns.org/temp/img030.gif

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Simply because you have declared T as a BYTE (range 0-255) and you now try to assign a value greater than 255 to it with the line...

    T=12344

    Re-declare T as a WORD (range 0-65535).

    Melanie

Similar Threads

  1. Indexer not indexing...a basic PBP problem??
    By jellis00 in forum General
    Replies: 8
    Last Post: - 24th March 2009, 16:53
  2. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  3. Visual Basic 2005
    By keithdoxey in forum Off Topic
    Replies: 4
    Last Post: - 1st August 2007, 12:10
  4. vb6 to pic basic
    By Darrenmac in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th December 2005, 01:56
  5. pic basic pro (novice user)
    By f6ggy in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd October 2003, 14:29

Members who have read this thread : 1

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