Hi versuchs mal so ich weiss aber nicht ob dir das was bring
REM {Lookup the links from database};
server := @Subset(@DbName; 1);
database := @WebDbName;
view := "LU_Partner";
linkInfo := @DbColumn("Notes" : "NoCache";server : database; view;2);
REM {Parse the link components};
linkText := @Word(LinkInfo; "~"; 1);
description := @Word(LinkInfo; "~"; 2);
url := @Word(LinkInfo; "~"; 3);
REM {Build the HTML};
html := @Implode("<a href='" + url + "' title='" + description + "'>" + linkText + "</a><br>");
REM {Return the result to the document};
html