if i had a bit of asp code, such as:
dim temp
temp = recordset.fields("afieldname"
(note- field "afieldname" is a string in the db)
what is temp? I seem to be unable to use the left() or mid() functions on it..!
failing that, is there any way to get a string stored in a DB into an array, hacking the string apart where the line breaks are? (ie, after each line break in the string, the next line goes to another element in the array)
dim temp
temp = recordset.fields("afieldname"
what is temp? I seem to be unable to use the left() or mid() functions on it..!
failing that, is there any way to get a string stored in a DB into an array, hacking the string apart where the line breaks are? (ie, after each line break in the string, the next line goes to another element in the array)