|
-
Oct 29th, 2002, 04:27 PM
#1
Thread Starter
New Member
Help Help Calling Subs in ASP
I can't seem to find any info on this anywhere on the net. I know it's prolly real basic but I'm new at thisl.
Say I have a sub procedure in VB6.0 that creates a new entry in a database...
Public Sub Create(RefNum as Long, Name as String)
How do I call it and use it? I tried...
oObj.Create (200,"Joe") but the error says "Cannot use parentheses when calling a Sub".
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|