Parsing OpenArgs statements



I'm trying to figure out how to do this, my form may have anywhere
from 1 to 5 arguments passed. My OpenArgs statement looks something
like this:

Arg1 | Arg2 | Arg3 | Arg4 | Arg5

I need to know if there's an easy way to pull everything prior to the
first "pipe" ( | ), and then everything from the first pipe to the
second pipe, then everything from the second pipe to the third pipe,
etc...

Anyone got any suggestions?

.



Relevant Pages

  • Re: Parsing OpenArgs statements
    ... Replace the comma in the InStr() statement with a pipe character. ... My OpenArgs statement looks something ... second pipe, then everything from the second pipe to the third pipe, ...
    (comp.databases.ms-access)
  • Re: Parsing OpenArgs statements
    ... ManningFan wrote: ... My OpenArgs statement looks something ... I need to know if there's an easy way to pull everything prior to the ... second pipe, then everything from the second pipe to the third pipe, ...
    (comp.databases.ms-access)
  • Re: Parsing OpenArgs statements
    ... My OpenArgs statement looks something ... second pipe, then everything from the second pipe to the third pipe, ... Dim MyArray() As String ...
    (comp.databases.ms-access)
  • Re: Parsing OpenArgs statements
    ... I need to know if there's an easy way to pull everything prior to the ... second pipe, then everything from the second pipe to the third pipe, ... dim myarr() as string ...
    (comp.databases.ms-access)