Newby


Closed Thread
Results 1 to 4 of 4

Thread: Newby

  1. #1

    Default Newby

    Hi,
    I'm new and I would like to go for somthing simple to start with.
    I openned Microcode Studio Plus, open folder---> samples--->Blink.BAS.
    The code is then loaded to the white space as follow:
    http://www.flickr.com/photos/25656348@N03/4503759092/
    then I click "compile and program" and I get this:
    http://www.flickr.com/photos/25656348@N03/4503143891/
    can anyone tell me what is missing in line 16 and 23?

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


    Did you find this post helpful? Yes | No

    Default

    Look in the back of your PBP 2.6 users manual for the list of reserved words. That will show you the problem.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default ver 2.6

    Quote Originally Posted by happytriger2000 View Post
    Hi,
    I'm new and I would like to go for somthing simple to start with.
    I openned Microcode Studio Plus, open folder---> samples--->Blink.BAS.
    The code is then loaded to the white space as follow:
    http://www.flickr.com/photos/25656348@N03/4503759092/
    then I click "compile and program" and I get this:
    http://www.flickr.com/photos/25656348@N03/4503143891/
    can anyone tell me what is missing in line 16 and 23?
    It would have worked in ver. 2.5, 2.6 made Loop a reserved word as Bruce indicated, as they used it with DO to create a new function more in line with " C " and some others too, just change loop to something not in the reserved word list like Aloop or MyLoop . . . AND . . . Welcome to the forum !
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  4. #4


    Did you find this post helpful? Yes | No

    Default

    Thanks,
    will try that soon

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