spreading my script across several files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Mas

    spreading my script across several files

    how do i reference a function in one external script file from another
    external file?

    many thanks

    john


  • Michael Winter

    #2
    Re: spreading my script across several files

    On Fri, 17 Sep 2004 15:15:01 GMT, John Mas <mase@btopenwor ld.org> wrote:
    [color=blue]
    > how do i reference a function in one external script file from another
    > external file?[/color]

    Just as you would if they were in the same file. Be sure that the script
    containing the function is included before the call.

    Mike

    --
    Michael Winter
    Replace ".invalid" with ".uk" to reply by e-mail.

    Comment

    • John Mas

      #3
      Re: spreading my script across several files

      thanks, brain stuck in neutral

      john
      "Michael Winter" <M.Winter@bluey onder.co.invali d> wrote in message
      news:opseg872sx x13kvk@atlantis ...[color=blue]
      > On Fri, 17 Sep 2004 15:15:01 GMT, John Mas <mase@btopenwor ld.org> wrote:
      >[color=green]
      > > how do i reference a function in one external script file from another
      > > external file?[/color]
      >
      > Just as you would if they were in the same file. Be sure that the script
      > containing the function is included before the call.
      >
      > Mike
      >
      > --
      > Michael Winter
      > Replace ".invalid" with ".uk" to reply by e-mail.[/color]


      Comment

      Working...