Hi there!, i'm developing a basic data base tool. the "search engine" i'm trying to imlpement will read single characters from the source file (where data is stored in :dataø format). i asign every single character betwwen the start ':' marker to the end 'ø' marker. then, i try to turn the array of characters into a string variable like this: $user[$y]= $data[0..$x], where $y is the matrix entry where i want to insert the string, and $x is the number of characters read by the function. i found out that was wrong, but... ....Could anybody help me on that? i'd like to know another way to do it, or another approach to reading the info from the databse file thanx
Samuel Molina -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]