Author Topic: Visual Basic 2008 Help  (Read 4675 times)

0 Members and 1 Guest are viewing this topic.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Visual Basic 2008 Help
« on: December 18, 2010, 04:41:57 pm »
NEVERMIND  ;D thanks runner!
« Last Edit: December 18, 2010, 05:08:45 pm by Broseph Radson »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Visual Basic 2008 Help
« Reply #1 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.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Visual Basic 2008 Help
« Reply #2 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.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Visual Basic 2008 Help
« Reply #3 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