Then a different ACS probably. I'm Thinking American Computer Sevices, and chances are a differnt Nick..
George >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 15, 2004 1:09 PM >To: [EMAIL PROTECTED] >Subject: RE: [U2] [UV] Processing a string > > >Probably, ACS has a presence in almost every major city in the country. > >Thanks, > >Nick Cipollina > > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of George Gallen >Sent: Wednesday, September 15, 2004 11:22 AM >To: [EMAIL PROTECTED] >Subject: RE: [U2] [UV] Processing a string > >I thought that UV10 had support for XML? > >I havn't used it, so I don't know how to go about it. > >Also, you could always try sending it off to PERL routine >to parse, then give it back to UV. > >George > >PS. Nick, Are you from the Phila area? and is the ACS the >same ACS from Malvern? > >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] >>Sent: Wednesday, September 15, 2004 10:48 AM >>To: [EMAIL PROTECTED] >>Subject: RE: [U2] [UV] Processing a string >> >> >>I'm trying to parse some very long XML code. If I do it byte by byte >>this way, it is taking a very long time to parse. We are >>trying to find >>a faster way to parse it. >> >>Thanks, >> >>Nick Cipollina >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of >>Adrian Matthews >>Sent: Wednesday, September 15, 2004 8:59 AM >>To: [EMAIL PROTECTED] >>Subject: RE: [U2] [UV] Processing a string >> >>Depends what you're trying to achieve I suppose. If it's for >a checksum >>then there are commands to do that. If it's looking for occurrences of >>text then there are commands to do that as well. >> >>If you have to step through a character at a time then that >looks about >>the best way of doing it to me. >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of Nick >Cipollina >>Sent: 15 September 2004 13:32 >>To: [EMAIL PROTECTED] >>Subject: [U2] [UV] Processing a string >> >>What is the fastest way to process a long string byte by byte. I want >>to know if there is a faster way to do the following: >> >> >> >>STR.VAR = "Some really really long string that has lots and lots of >>characters for test processing." >> >>MAX.STR = LEN(STR.VAR) >> >>FOR X = 1 TO MAX.STR >> >> VAR = STR.VAR[X,1] >> >> do stuff with VAR here ..... >> >>NEXT X >> >> >> >>Thanks in advance. >> >> >> >>Nick Cipollina >> >> >> >>Pick Programmer >> >>ACS - Heritage Information Systems, Inc. >> >>2810 North Parham Road, Suite 210 >> >>Richmond, VA 23294 >> >>(804)644-8707 x 314 >>------- >>u2-users mailing list >>[EMAIL PROTECTED] >>To unsubscribe please visit http://listserver.u2ug.org/ >> >> >>The information contained in this email is strictly >>confidential and for >>the use of the addressee only, unless otherwise indicated. If you are >>not the intended recipient, please do not read, copy, use or >>disclose to >>others this message or any attachment. Please also notify the >sender by >>replying to this email or by telephone +44 (0)20 7896 0011 and then >>delete the email and any copies of it. Opinions, conclusions >>(etc.) that >>do not relate to the official business of this company shall be >>understood as neither given nor endorsed by it. IG Markets >Limited and >>IG Index Plc are authorised and regulated by the Financial Services >>Authority and, in Australia, by the Australian Securities and >>Investments Commission. >>------- >>u2-users mailing list >>[EMAIL PROTECTED] >>To unsubscribe please visit http://listserver.u2ug.org/ >>------- >>u2-users mailing list >>[EMAIL PROTECTED] >>To unsubscribe please visit http://listserver.u2ug.org/ >------- >u2-users mailing list >[EMAIL PROTECTED] >To unsubscribe please visit http://listserver.u2ug.org/ >------- >u2-users mailing list >[EMAIL PROTECTED] >To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
