Re: writting in a file

From: Richard (f3ar_dhd_at_hotmail.com)
Date: 01/29/04


Date: Thu, 29 Jan 2004 19:06:37 GMT


"touf" <tissad@sympatico.ca> wrote in news:VO_Db.10818$CK3.848228
@news20.bellglobal.com:

> Hi,
> Is it possible to insert a string in a text file in a specified position
> between the existant text (without to delete the existing text, means in
> mode insert)
> thanks

i pray such a function will be available sometime...

-- 
Richard Tuin
http://www.richardtuin.nl


Relevant Pages

  • Re: writting in a file
    ... touf wrote: ... > Is it possible to insert a string in a text file in a specified position ... > between the existant text (without to delete the existing text, ...
    (alt.php)
  • Re: variable size record length file parsing
    ... In fact, looking at your own code that is exactly what I would expect it to return because it concatenates *only* the lines it finds with the "00000001" in the specified position, instead of "all lines from that point onwards until a different value is discovered". ... Also, be wary of using CLng to convert parts of a string that might represent a specific value you are looking for, because it will return an error if it hits a string in which the text at that position cannot be legitimately converted into a Long. ... Dim f As Long, lSeq As Long ... Dim sLine As String, sTmp As String ...
    (microsoft.public.vb.general.discussion)
  • Re: more help with programming!
    ... starting at the specified position. ... The value it returns is a String. ... "John W. Vinson" wrote: ...
    (microsoft.public.access.modulesdaovba)
  • Re: Replace one occurence of string within string at certain position
    ... The thing is I need to replace at a specified position: ... Dim str1 As String ... Dim str2 As String ...
    (microsoft.public.vb.general.discussion)