logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Clayton
    • Posted on Thu 18 Aug 2005

    Provided that you know the names of the parameter values, this is the simplest way I use. Why not use formula power when you can?! No long, messy functions. In the LotusScript web agent put:

    '--------------------------------- Set session = New NotesSession Set doc = session.DocumentContext

    Dim param As Variant Dim paramValue As String

    param = Evaluate(|@Middle(Query_String_Decoded;"&paramName=";"&")|,doc) paramValue = param(0)

    '------------------------------ Hope that helps someone.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: