quince
Junior Member
 
Canada
103 Posts |
Posted - 27 March 2007 : 19:48:39
|
Hello,
i got this string 50,5344137,0427,00005,6344137,6340,6344,,,,,1,0427000055307601,5307601,0427,00005,0427000055307601,124DEC5,934069,9031,0427000055307601,0427000055307601,FFFF,934069,9,1,0,3,184,2006112614020332,0,0,1,0,,,,,,,,,,
and i need to divide each field from the other, i tried to use the array but it didn't except the letters Code <% Dim a a = array(50,5344137,0427,00005,6344137,6340,6344,,,,,1,0427000055307601,5307601,0427,00005,0427000055307601,124DEC5,934069,9031,0427000055307601,0427000055307601,FFFF,934069,9,1,0,3,184,2006112614020332,0,0,1,0,,,,,,,,,,) response.write(a(0))
%>
Error Error Type: Microsoft VBScript compilation (0x800A03EE) Expected ')' /test/test3.asp, line 3, column 112
please advice, Thanks in advance, quince |
|