05-19-2008 09:29 PM
05-20-2008 12:06 AM
05-20-2008 01:05 AM
05-20-2008 01:17 AM - edited 05-20-2008 01:17 AM
Hi jeyanthi,
is it a "real" database or a text file? If you have a database you can send an SQL command to it which search for your string. If you have a text file, then you can read in the data, and use for example the match pattern function.
Mike
05-20-2008 01:59 AM
05-20-2008 02:23 AM
jeyanthi wrote:
...is it can be dono using queries only.
05-21-2008 05:31 AM
05-21-2008 05:48 AM
Hi jeyanthi,
as a first step read your data. Than use the spreadsheet string to array function, you can use ";" as seperator. Delete all empty lines (onyl before and after a text block) and read your specified position where you expect the sed00x entry and create an array of them. Then you can may be sort this array and check if an entry is already there.
Mike
05-21-2008 06:55 AM
Hi jeyanthi,
it´s a little bit different as my description, but here is an example, which shows how you can read your sed elements.
Hope it helps.
Mike
05-21-2008 11:03 PM