0

Text Block Adresse auslesen

Hallo

wie kann ich aus dem Textblock die Adresse auslesen.

let myNameNachname:=

let myStraße:=

let myPLZ:=

let myOrt:=

let myLand:=

Der Kaeufer des Buches ist
Thomas Galley
Grind 455
51427 Bergisch Gladbach
Deutschland
Tel.: +49(0)2204/62272

let Tmp_Text := "";
let Tmp_Block := TextCopyAusEmail;
let myText12 := "Der Kaeufer des Buches ist";
let myText17 := "Tel.:";
Tmp_Block := replace(Tmp_Block, myText12, "[12]");
Tmp_Block := replace(Tmp_Block, myText17, "[17]");
let myStart12 := index(Tmp_Block, "[12]");
let myStart17 := index(Tmp_Block, "[17]");
let myErgebnis12 := substr(Tmp_Block, myStart12 + 4, myStart17 - myStart12 - 4);
TextZahl := last(split(myErgebnis12, " "));
 vielen Dank.

Antwort

null

Content aside

  • vor 6 JahrenZuletzt aktiv
  • 1091Ansichten