Re: Script problem -> Delete_URL.vbs

  • From: "Stephen I. Woolhead" <Stephen.Woolhead@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: "[ISAserver.org Discussion List]" <isalist@xxxxxxxxxxxxx>
  • Date: Mon, 12 Aug 2002 14:07:49 +0100

Comments Inline ....

> -----Original Message-----
> From: Jim Harrison [mailto:jim@xxxxxxxxxxxx]
> Sent: 01 July 2002 14:42
> To: [ISAserver.org Discussion List]
> Subject: [isalist] Re: Script problem -> Delete_URL.vbs
> 
> http://www.ISAserver.org
> 
> 
> I see three problems:
> 
> --    "CurrentArray = objFPC.Arrays.GetContainingArray()"  --
> This s/b "Set CurrentArray = objFPC.Arrays.GetContainingArray()"
> 
> --    "Set CurrentArray = objArrays(CurrentArray)"  --
> -- "msgbox CurrentArray"  --
> 
> Ditch these altogether; the (CurrentArray) won't work and you can't
> "msgbox"
> an object


In VBSript/COM you can define a property as the default property of an
object that can be called by just using the object reference.  In the
case of the FPCArray object it is the Name property.

Stephen.



Other related posts: