Pointing to specific parameter....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DavidKrutsko
    New Member
    • Aug 2007
    • 13

    Pointing to specific parameter....

    Any quick way to point to a specific parameter instead of by its name.... example

    void func (char nameA, char nameB)

    any way i can refer to them direct aka like param 1, param2, or first, second, etc...
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Erm no

    Comment

    Working...