ISS Logo

BSCRIPT.DLL - VB5 Basic Interpreter ActiveX DLL

Visual Basic 5 (32 Bit) Testbed and Sample Code

Simple Scripting manipulating Named Pairs
Sample: A% = 1
B% = 2
C% = A% + B%
D% = C% * 2
FN$ = "John"
SN$ = "Smith
N$ = FN$ + " " + SN$
PRINT "Name is : " + N$
Call ("ActiveX.exe", "ActiveXExe.ClassName")
' Calls ClassName.Activate( Data$ )

Click to Download BSCRIPT.ZIP (file size approx 33 kb)

Written in VB 5
(v1.00 22nd June 2000)

Email contact Freeware - Unrestricted JPF (Software) UK

Revision notes: