Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by storm1

  1. storm1

    CGI to open an exe and return a file??

    I feel a bit of a thick pleb but I need the answer to my rather basic question. I have developed an online ordering system using ASP which collects information and ends in a collection of variables. What I need to be able to do is pass these variables to an application that has already been...
  2. storm1

    help with my first Autorun

    Hi I did this ages ago and seem to remember 2 files 1)Autorun.inf: [AutoRun] ICON=myicon.ico OPEN=ShellExecute.bat Home.htm 2)ShellExecute.bat: Start ./%1 Hope this helps Storm
  3. storm1

    Function returning an Array??

    Thanks very much, that's just what I was after. Storm
  4. storm1

    Function returning an Array??

    Hi there, I am new to Delphi and to this forum, and would appriciate some help. I need a function I have written to return a dynamic array, but it doesn't seem to want to play and will only let me return a variable of type string, integer etc? Is it possible for a function to return an array...
  5. storm1

    Creating directories within directories

    This one is even faster: using "mkdir -p", you might be able to create any level of child dirs. $dst = "/my/path/to/the/files"; ($_ = `/bin/mkdir -p $dst 2>&1`) or $err = 0;
  6. storm1

    XML Balanced Tag Alternative???

    Wrong

Part and Inventory Search

Back
Top