Visual Basic question

Started by
1 comment, last by iMalc 19 years, 6 months ago
This is a little obscure, and I'm fairly sure as to the answer, but I'd like to be 100% sure before I try it. I have VB6 on my home computer (side-by-side with VB5, which, lemme tell you, makes for some interesting errors--but VB5 has helpfiles and VB6 doesn't, so it's worth it). At school, we have VB5. Yes, yes, scream if you must. Here's the problem. I'm writing a script parser for the game project we're doing in class. (Yes, a game project in Visual Basic. IT WAS NOT MY IDEA.) Unfortunately, due to my own laziness and lack of drive, I can't find a way to do it without Split(), one of the functions VB5 lacks. So my question is this: Could I wrap Split() in a DLL and use it through VB5? Thanks in advance, Ed
http://edropple.com
Advertisement
This looks like what you need: Split - A replacement for VB6's Split function under VB5.
Bah, that's nothing. It was only a year ago that I was still forced to use VB 3 and 4 for a legacy product.
Now 6 & 7 of course.
"In order to understand recursion, you must first understand recursion."
My website dedicated to sorting algorithms

This topic is closed to new replies.

Advertisement