Very simple LotusScript function to parse value on url line

Below Is a very simple LotusScript code function that assumes that there is only one parameter such that the url is something like 1"http://domain.com/path/database.nsf/pathtoMyAgent/MyAgent?OpenAgent123" , where 123 is the parameter value you are looking for 1234567891011121314151617181920212223242526Function ExtractPassedParameter As String ‘======================================================== Continue reading Very simple LotusScript function to parse value on url line