|
-
Jul 13th, 2006, 10:13 AM
#1
Splitting
VB Code:
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePattern);
Remove the spaces between the Ts and post it. It will reapply them. It does it in all the code tags and regular text. Is this some deterrance for php?
-
Jul 14th, 2006, 10:52 AM
#2
Re: Splitting
Code:
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePattern);
cool beans
-
Jul 30th, 2006, 03:51 PM
#3
Re: Splitting
It's some sort of a length limit. At 100 characters, it will 'break'.
VB Code:
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePat
VB Code:
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePatt
-
Aug 9th, 2006, 02:58 PM
#4
Fanatic Member
Re: Splitting
VB Code:
helloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworld
proves your theory doesn't it?
-
Aug 10th, 2006, 01:05 AM
#5
Re: Splitting
It's because your code's ugly.
Code:
Page.Response.Write(
CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePattern
);
-
Aug 10th, 2006, 06:31 AM
#6
Re: Splitting
I never import anything for my examples.
-
Aug 11th, 2006, 10:25 AM
#7
Re: Splitting
It's because you still use Response.Write
-
Aug 11th, 2006, 10:29 AM
#8
Re: Splitting
I know, I should trace... But sometimes I'm only looking for one value (just on the fly) so I do it that way. If it's something huge I need to debug, I don't use response.write.
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
|