Results 1 to 6 of 6

Thread: Remove curly braces from a GUID - [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Remove curly braces from a GUID - [RESOLVED]

    I need a function that will strip the opening and closing curly braces from a GUID...I have tried using the Replace function (only good for replacing one character) and the Instr function (could get this to work)

    Any Ideas???

    Code:
    strGUID = "{89eh-84h8-920d-93hd-94jd}"
    
    I need it to remove the { and } and return just the 
    89eh-84h8-920d-93hd-94jd value
    Last edited by Memnoch1207; Dec 11th, 2003 at 11:46 AM.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

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