Results 1 to 7 of 7

Thread: The @ symbol in front of some strings

Hybrid View

  1. #1
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: The @ symbol in front of some strings

    What does that mean? You mean,It makes no difference?
    Godwin

    Help someone else with what someone helped you!

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: The @ symbol in front of some strings

    yep exactly, just saves the fingers a little
    but ...
    You can also use the / slash instead of the \
    eg:
    VB Code:
    1. [COLOR=Blue]private void[/COLOR] button1_Click([COLOR=Blue]object[/COLOR] sender, System.EventArgs e)
    2.         {
    3.             [COLOR=Blue]string[/COLOR] path = "C:/Documents and Settings/den/My Documents/My Pictures/twins.jpg";
    4.             System.Diagnostics.Process.Start( path );
    5.         }
    Last edited by dynamic_sysop; Sep 10th, 2005 at 02:02 AM.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: The @ symbol in front of some strings


    Hey Dynamic...
    Since when was this possible?
    This is Amazing...I remember this didnt work long ago...I wonder when both slashes meant the same.This is Awesome.Thanks so much for this info.
    Godwin

    Help someone else with what someone helped you!

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