Help with macro


Closed Thread
Results 1 to 3 of 3

Thread: Help with macro

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: Help with macro

    Dave,

    You are providing Constants to the macro, but are trying to move WORDs in the macro.

    Use MOVE?CW instead of MOVE?WW

    Are you using PBP3?
    Usercommands will allow it to use Constants, Bytes, Words, Longs ... whichever you pass to the command.
    DT

  2. #2
    Join Date
    Mar 2008
    Location
    Gerogetown, Texas
    Posts
    94


    Did you find this post helpful? Yes | No

    Default Re: Help with macro

    Thanks Darrel

    That worked. In this case I am using PBP 2.6, I am helping with a project that is written in 2.6

    Ideally I would like to pass variable like

    Code:
    glcdline(_xpos - 15, _ypos, _xpos + 15, _ypos)


    Dave

Similar Threads

  1. Replies: 6
    Last Post: - 4th November 2009, 13:36
  2. ERROR: Macro MOD?TCB not found in macro file.
    By JohnP in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 17th February 2009, 19:10
  3. Error: macro COUNT?TCT nor found in macro file.
    By AMMOTT in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th November 2007, 05:05
  4. Macro CMPEQ?TTT not found in macro file
    By BigWumpus in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 14th May 2006, 00:36
  5. Replies: 1
    Last Post: - 3rd October 2005, 15:19

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