|
-
January 20th, 1999, 04:24 PM
#1
*** urgent, please helpt: how to write to stdio??? ***
Hi everyone,
I am new to VB. I'm writing a VBA compiled into EXE, that will work as a CGI program, and I need to return a webpage as a result to executing the program, by writing HTML strings to the STDIO (standard I/O) just like print "hello world" does in C.
How do you accomplish this in VBA????
Please respond.. I've been looking everywhere for this and it's very urgent.
so I'd very much appreciate it..
Thanks a million!
-
January 21st, 1999, 09:36 AM
#2
Re: *** urgent, please helpt: how to write to stdio??? ***
You use the Print command of Visual Basic
eg:
Print "Hello World"
Which prints to your form.
( refer VB Standard Help , topic Print )
Wish you all the best!!!
Girish,
Project Manager,
GuildSoft Pvt. Ltd.
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
|