questions!questions!(silly questions! ;)
1. i stored a vector in the dbase as blob, how do i retrieve it as a vector?
2. i'm making a substring search, i.e. ...LIKE '[%, U, D, D, %]'. am i doing it 
right?
3.i need to find the exact location of the matching substring in the vector, 
i.e. [S, U, U, U, D, D, U, D, U] the match is the substring U, D, D only, how 
do i do this? 
with the vector [S, U, U, U, D, D, U, D, U], there's a corresponding numVector 
[1.0, 1.0, 3.0, 1.0, 4.0, 2.0, 1.0, 3.0, 2.0]. i need the exact loc of the 
matching substring in order to get the corresponding elements in the numVector. 
(hope i'm explaining it clearly.) 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to