Results 1 to 7 of 7

Passing subroutine as a parameter

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-25-2008
    Location
    texas
    Posts
    178

    Passing subroutine as a parameter

    I want to pass the name of the routine as a parameter.

    sub  macro1(a,b)
    run a(b)
    end sub
    
    'which should run subroutine "a" with the parameter of "b".
    
    sub macro2(c)
    end sub
    so

    the code

    run macro1("macro2",7)
    should run macro 2 with the parameter of 7.




    I get errors every time I try it (with "calls", "runs",...)
    Last edited by jartzh; 03-26-2009 at 03:39 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1