‎2008 Jun 02 8:34 PM
Hi Gentlemen!!
I'm looking for a function to export a path and return if the path belongs of an application server or an presentation.
thanks.
Polak.-
‎2008 Jun 02 8:49 PM
‎2008 Jun 02 8:47 PM
You can just check if the second character of the path variable is a ':'
IF yes then presentation server
else application server.
‎2008 Jun 02 8:49 PM