[ic] How to assign a scratch variable to a VBScript Variable??

Tom Luong tluon002 at lions.odu.edu
Thu Dec 2 17:40:38 EST 2004


From: <interchange at tvcables.co.uk>

Subject: [ic] How to assign a scratch variable to a VBScript Variable??


> Hi folks,
>
> I need to assign a sratch varible to a vbscript variable but cannot make
it
> work, I have tried this:-
>
> <script language="vbscript">
> dim vbname
> vbname=[scratch newname]
>

Try
vbname="[seti newname]value of newname[/seti]"

and you retrieve the value of the variable by
[scratch newname]

or, anyways you have to set the value somewhere before you can call it up.

Hope that helps,
Tom



More information about the interchange-users mailing list