logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • nick
    • Posted on Wed 5 May 2004 06:49

    This would do it wouldn't it? One "lookup".

    html:="";

    @For(n := 1; n <= @Elements(RelatedArticles); n := n + 1;

    title:=@GetDocField( RelatedArticles[ n ]; "Title");

    html := html + @If( @IsError( title ); "";

    "<a href=\"/" + @WebDBName + "/0/" + RelatedArticles[ n ]+ "\">" + title + "</a><br />" )

    );

    html

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: