Results 1 to 2 of 2

Thread: Quick String Manipulation Q [resolved, got it :P)

  1. #1

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Resolved Quick String Manipulation Q [resolved, got it :P)

    How would this code be made to actually work ?

    (CurrSong is a string)
    VB Code:
    1. If Left(CurrSong, 9) = "[Opening]" Then CurrSong = Left(CurrSong, Len(CurrSong) - 9)

    Thanks in Advance
    Last edited by thegreatone; Apr 29th, 2005 at 04:56 PM.
    Zeegnahtuer?

  2. #2

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Quick String Manipulation Q (easy)

    Nvm, i got it, i forgot to subtract the stuff from the correct side :P

    VB Code:
    1. If Right(CurrSong, 9) = "[Opening]" Then CurrSong = Right(CurrSong, Len(CurrSong) - 9)
    Zeegnahtuer?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width