Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: Broseph Radson on December 18, 2010, 04:41:57 pm

Title: Visual Basic 2008 Help
Post by: Broseph Radson on December 18, 2010, 04:41:57 pm
NEVERMIND  ;D thanks runner!
Title: Re: Visual Basic 2008 Help
Post by: DJ Omnimaga on December 18, 2010, 07:35:31 pm
What was the original question in this topic? It would be cool if you reposted what you had troubles with plus the answer to your problem, in case somebody else had the same problem later.

I'll also move this to Non-calc projects and ideas when we rename the forum to Non-calc development.
Title: Re: Visual Basic 2008 Help
Post by: Broseph Radson on December 18, 2010, 08:29:30 pm
I was trying to remove some text in a string and i was trying string.remove instead of string.replace. Remove uses integers which caused an error because i was using strings.
Title: Re: Visual Basic 2008 Help
Post by: DJ Omnimaga on December 18, 2010, 08:33:41 pm
Ah I see, thanks for the info. It has been a long while since I used VB. It was VB6 and the only string operation I ever did was grabbing one character from a string with Sub String or something and storing a string. I was using strings for tilemapping. :P