[AccessD] Option Explicit Statement

Gustav Brock Gustav at cactus.dk
Fri Jan 19 13:03:44 CST 2007


Hi John

It was a bad joke. 
If you don't dim variables or don't dim them strongly:

  Dim s
  Dim a

they become variants and you can copy/paste simple code between VBA and VBScript.

I have only used it a few times to write VBScript in the VBA editor in Access where you have intellisense and it is much easier to debug the code, then copy/paste to VBScript and modify it slightly.

/gustav

>>> john at winhaven.net 19-01-2007 19:48:16 >>>
Hi Gustav,
Please explain.

John 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com 
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock

Hi Lambert

You can write VBScript "compatible" code(!)

/gustav




More information about the AccessD mailing list