Antwort auf: Textdatei in Cloud speichern und von Cloud einlesen

Startseite Foren Deutsches LiveCode-Forum Textdatei in Cloud speichern und von Cloud einlesen Antwort auf: Textdatei in Cloud speichern und von Cloud einlesen

#7509
Klaus Major
Administrator
    ...
    ## Bei Erfolg ist the result LEER, ansonsten gibt es vielleicht
    ## einen Hinweis darauf, was falsch läuft...
    put url WhatEver into tText
    if the result <> empty then
       answer "Error:" & CR & the result
    end if
    ...