how to reference an function outside the activeX

  • hi, all

    I have 3 activeX script tasks in my DTS, and I want to call a global common function in them.

    how can I define the common function outside and call it?

    thanks

  • you should be able to use @variable = functionname(parameters) or you may need to do this using a proc with the function being called in the proc.

    Regards,
    Matt

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply