|
-
Sep 10th, 2005, 01:47 AM
#1
Fanatic Member
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! 
-
Sep 10th, 2005, 01:56 AM
#2
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:
[COLOR=Blue]private void[/COLOR] button1_Click([COLOR=Blue]object[/COLOR] sender, System.EventArgs e)
{
[COLOR=Blue]string[/COLOR] path = "C:/Documents and Settings/den/My Documents/My Pictures/twins.jpg";
System.Diagnostics.Process.Start( path );
}
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]
-
Sep 11th, 2005, 12:17 AM
#3
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|