calendar-week and deleting strings in an array -

They have: 5,633 posts

Joined: Jan 1970

i got two problems on my projekt:
1. i have to write data to a file including the calendar week, the data was saved. does anyone of you have an idea how to realise with not too much code???
2. i want to delete just one line from a file, how can i handle this best?
TIA
TD

They have: 27 posts

Joined: Mar 1999

What do you want to write this in? Also, what is the type of file that you're writing to? If you use dbf files and something like foxpro just to develop a program or script you could use Replace(*string to be replace*) With "" to replace it with nothing.
Access mdb's can store code like @Right, @left, or @find which will search an access file, excel file, or flat file for particular phrases, then you use Replace, or Write to write over them.

They have: 5,633 posts

Joined: Jan 1970

its a .txt file and I won't say anything more......
but my second question is not so idiotic or is it???
tia
td

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.