| |
| |
| |
|
Comments:
<0> anyone know if member variables declared in a page ever persist from one user to another? <1> !find deluxep*** <2> hello, i'm receiving a string that has line breaks in it, how to i split this into an array? i tried myArray = split(str, "\n") but no luck <3> windows linebreaks are \r\rn
<3> er, \r\n <3> although obviously the prior should work if that were the case <3> although... this is vbscript right? <3> if so it will be vb's definition of a linebreak vbCrLf <3> it's chr definition (9 I think) should work in any language <2> so regardless of where the string is coming from, vbcrlf will work? <3> regardless of where it's coming from it will be char 9 (iirc) <3> the shortcut for char 9 is vbcrlf in vbs <3> it's \n in javascript etc <2> thanks, i'll try that <2> the only thing that worked was chr(10) <2> it's a string from paypal <2> thanks again <3> k <3> in that case, vbCrLf contains both \r and \n - there are the singular versions too
<3> vbCr and vbLf <3> carriage return and line feed <3> linefeed = \n (newline) ; carriage return = \r (return) <4> hello, can someone please help me with an xml problem im having, i try and create MSXML2.FreeThreadedDOMDocument.4.0 but it returns the error: Server object error 'ASP 0177 : 800401f3' <4> I think its a problem with my server but I dont know waht to install to allow me to create that object. <5> tried searching for "800401f3"? <5> on google.. <4> yeah <4> i found lots of forum entrys where people have had similar problems but no solutions have been put forward <4> or the problem was related to the file system object not the MSXML <6> !search <7> off topic but could someone help me with a dns question <8> howdy. Having an issue on response.redirect. I was under the impression that the asp and asp.net approach to them were basically the same, right? Wrong. I am getting <8> two very different answers to the same response.redirect - asp seems to be urlencoding everything, aspx lets it go. <8> Difference would be like ASP: SomePage/component/option%2Ccom_repo/ItemID%2CSierra/ and ASP.Net: SomePage/Component/option,com_repo/ItemID,Sierra/ <8> Does anyone know how to handle the encoding in asp cl***ic on Response.Redirect such that it performs more like asp.net? I mean, besides adding an 'x' to the page =D
Return to
#asp or Go to some related
logs:
#politics #worldcup #politics #politics #heroin #sex #politics #delphi vbcbfg #nhl
|
|