textfile

  1. J

    Question Writing in text-file using 2 arrays

    hi there, I'm trying to solve a problem I'm having with writing in a text file using 2 arrays the first array is the normal text, line by line e.g. dim arrCode as string() arrcode(0) = "This is the first line" arrcode(1) = "The second line etc." now, the 2nd array would have to be...
  2. R

    To extract a string until it encounters a space after a specified string from textf

    hai guys i have a text file with the content as Number:1234567890 Alphabet:ldskfjlds Alphabet:weiouruewoiru Alphabet:abcdefghijklmnopqrstuvwxyz Alphabet:abcdefghijklmnopqrstuvwxyz Number:1234567890 so while reading the file if encounter string "Number:" then i have to read the number...
Back
Top