PDA

Click to See Complete Forum and Search --> : Splitting


sevenhalo
Jul 13th, 2006, 10:13 AM
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePat tern);
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?

kfcSmitty
Jul 14th, 2006, 10:52 AM
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePat tern);



cool beans

mendhak
Jul 30th, 2006, 03:51 PM
It's some sort of a length limit. At 100 characters, it will 'break'.
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePat
Page.Response.Write(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePat t

kregg
Aug 9th, 2006, 02:58 PM
helloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworld helloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworld helloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworldhelloworld

proves your theory doesn't it?

penagate
Aug 10th, 2006, 01:05 AM
It's because your code's ugly.

Page.Response.Write(
CultureInfo.CurrentCulture.NumberFormat.CurrencyNegativePattern
);

sevenhalo
Aug 10th, 2006, 06:31 AM
I never import anything for my examples. :D

mendhak
Aug 11th, 2006, 10:25 AM
It's because you still use Response.Write

sevenhalo
Aug 11th, 2006, 10:29 AM
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.