Hi..
How can i use the commandline arguments in Visual Basic 6?
I want to pass multipule arguments of different datatypes.
ram_kumar8970 0 Newbie Poster
Recommended Answers
Jump to PostI want to pass multipule arguments of different datatypes.
Everything is identified as a string in VB6 with the Command() command.
It's the responsibiilty of the programmer to test and categorize the string data to determine if it can be classified as numeric: e.g. textvb6.exe seven 6 horses …
All 4 Replies
tinstaafl 1,176 Posting Maven
ram_kumar8970 0 Newbie Poster
AndreRet 526 Senior Poster
hkdani 39 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.