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 “http://domain.com/path/database.nsf/pathtoMyAgent/MyAgent?OpenAgent123”, where 123 is the parameter value you are looking for Function ExtractPassedParameter As String ‘======================================================== ‘ Continue reading Very simple LotusScript function to parse value on url line