Results 1 to 19 of 19

Thread: [RESOLVED] Help me speed this up...

Threaded View

  1. #19

    Thread Starter
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: Help me speed this up...

    Man, this crap's always harder than it looks. Damned C# Flexibility. Now I need to handle the @ symbol somehow too. Because, this is also a legal string..

    string bill = @"\Bill\";

    I guess if the @ character is seen, I can just go by the straight quotes, ignoring the escape characters (because in C# the escape \" isn't valid when you have the @ in front of it..)

    Sweet, so it looks like I'm done with this part of the deal, unless you can think of another way to break it.

    Bill
    Attached Files Attached Files
    Last edited by conipto; Nov 19th, 2005 at 10:18 PM.
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

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