Explorer = .OLEObject~new("InternetExplorer.Application") Explorer~Navigate("https://fddb.mobi/de/naturprodukt_banane_roh.html") call SysSleep 5 doc = Explorer~document body = doc~body textrange = body~CreateTextRange text = textrange~Text parse var text before ("Kalorien") Kohlenhydrate ("Protein") Explorer~quit bananekalorien = Kohlenhydrate~strip() SAY "Die Kohlenhydrate einer Banane sind:" bananekalorien