danke. hat mir schon mal sehr geholfen.
mit:
'open file for reading
Open "c:\plane.txt" For Input As fileNum2
start_email = Instr(147,plainText,"E-mail:")
position_email = start_email + 8
position_telefon = Instr(148,plainText,"Telefon:")
' email address of appliccant => all characters between position_email and position_telefon
email address =
??
wie erhalte ich alle characters zwischen position_email und postion_telefon ?
bin noch sehr unbeholfen mit der syntax und sprache von lotus.
gruss
solvei