
May 23rd, 2000, 03:36 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : nagarjun (nagarjune@yahoo.no)</b></i><br />create a wsc component <br /><br />you can call the wsc component in ASP and u can expose the public or private methods in wsc component. This help you to get both scripting and the com features.<br /><br />If you are just concentrating on writing functions<br /><br />call FUNCTIONNAME(PARAMETERS)<br />OR<br />FUNCTIONNAME(PARAMETERS)<br /><br /><br />function FUNCTIONNAME(PARAMETERS)<br /><br /><br />end function<br /><br />IF YOU WANT TO KNOW MORE ABOUT SCRIPTING COMPONENTS GO TO THIS SITE<br /><br />http://www.microsoft.com/scripting.<br /><br />You can download the windows scripting host and windows scripting editor. If you need any help mail me..bye and have a great day..nag<br /><br /><br />------------<br />SSV KRISHNA KUMAR at 5/21/2000 8:16:27 AM<br /><br /><br />i want to write a function in ASP , as like in visual basic like public function fun1() as string is it possible ? if so how
|