A question for the Macro experts....


Results 1 to 17 of 17

Threaded View

  1. #8
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Well, can't say for sure, but I've never had any problems with SYSTEM.

    PBP tries to protect against duplicate variable names by adding an underscore "_" in front of everything that's specified by the user.

    The only thing that "SYSTEM" does, is prevent that underscore from being added.

    It could cause a Naming Conflict with other things being used at the ASM level, but when that happens, the compiler will let you know.

    It does make things look nicer without all those _'s.   But then, those _'s can make it easier to differentiate between what's PBP and what's ASM variables, when it's debugging time.

    It's hard to say which way is better.
    <br>
    Last edited by Darrel Taylor; - 29th August 2005 at 07:01.
    DT

Similar Threads

  1. PBPro error "Macro USBINIT? not found in macro file"
    By Bonxy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th October 2011, 09:06
  2. Replies: 6
    Last Post: - 4th November 2009, 13:36
  3. Really simple question for you experts :)
    By lew247 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 4th June 2008, 01:43
  4. Please answer my first question
    By John_001 in forum Off Topic
    Replies: 1
    Last Post: - 15th September 2006, 06:49
  5. Passing an array as a macro argument?
    By forgie in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 5th September 2005, 17:09

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