Hey, im used to Turbo Pascal and im getting my feet very wet with vb6 but there are a few things i miss from my pascal code that im stuck with in vb. this is one of those things...
id like to copy a single character from a string (from a text box) for processing. in pascal it'd be nice and simple: snglChar = copy(bigStr, index, 1) with index being where in the string you want to start and 1 being the number of characters to copy.
Is there anything like this inVB? TIA
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
id like to copy a single character from a string (from a text box) for processing. in pascal it'd be nice and simple: snglChar = copy(bigStr, index, 1) with index being where in the string you want to start and 1 being the number of characters to copy.
Is there anything like this inVB? TIA
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."