I am trying to create ADODB.Stream object in VBscript. This is the function: Function ByteArray2Text(varByteArray)
I\'m planning on writting some new code for a legacy ASP application in Python, and I ran into some odd behavior.If I write a function in python I can easily call it from a VBScript block.However, if
I am using VBscript in QTP and I am a bit confused: Browser(\"name:=.*\") //works W开发者_如何学Gohy Browser(\"name:=*\") does not work? Why is there a . character?
In Classic ASP (VBScript), if I try to create a large 2-dimensinal array, I get an \"Out of Memory\" error.For example, this
I\'d like to be able to query an array 开发者_如何学Go(multi and single dimensional ) with something like SQL.Is there a way to do this?
I have a function that need to accept two parameters- user and folder! I call that function from VBscript, and parameters need to be send with post method.This is the Vbscript function code from where
I have a weblist or drop down list in my application which consist of many items. I don\'t know the count but I need to validate the following -
My first attempt is to query Win32_OperatingSystem for the caption, and test whether the caption \"equals\" the operating system I am testing for:
I think it may have something to do with the external file but I am getting the error Path not found and don\'t know why.Code below.
I want a function to calculate numerology开发者_开发问答.For example if i enter \"XYZ\" then my output should be 3 .