source: trunk/Utilities/VbsCallback/Scripts/Third.vbs

Last change on this file was 88, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 188 bytes
Line 
1Sub Third_InnerDo(ByRef C)
2  C = C + 20
3End Sub
4
5Dim Third
6Set Third = WScript.CreateObject("AlaxInfo.VbsCallback.Third", "Third_")
7Result = Third.OuterDo(300)
8WScript.Echo Result
Note: See TracBrowser for help on using the repository browser.