[AccessD] Switchboard question

Bob Heygood bheygood at abestsystems.com
Sun Oct 12 16:10:32 CDT 2003


Usually the reason we use a function is to return a value. 
So
 X = myFunc("StrParm", intParm)
is the way to do so. Where x is the value returned by the function.

Bob Heygood




-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Arthur Fuller
Sent: Sunday, October 12, 2003 1:25 PM
To: AccessD
Subject: [AccessD] Switchboard question


When you call a function (that takes parameters) from the switchboard,
what's the correct syntax? I've tried:

myFunc "strParm", intParm
And 
myFunc( "StrParm", intParm )

Neither of which worked.

Normally I just write a sub and call it with no parms, but today I
decided to try something different and it isn't working as expected.

TIA,
Arthur

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.525 / Virus Database: 322 - Release Date: 10/9/2003
 


_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list