Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hidden field in a Form tag...
Message
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00654318
Message ID:
00655533
Views:
19
>How does it work? When you pass the parameter to function are you doning it like this?
>MyFunciton(@"TPI\EST\02S\dwg\02S00C\02S00C3b\E1.tif")
>
>>in C#, i have seen people doing
>>
>>@"TPI\EST\02S\dwg\02S00C\02S00C3b\E1.tif"
>>
>>which apparently says ignore controls chars, but thats only for C# :)

Yup,

Strange I know :)

The compiler must pick it up and either convert the string (\ to \\) or skip a processing call which turns things like \t into the TAB char, and \n into a new line.
Previous
Reply
Map
View

Click here to load this message in the networking platform