logo

New Response

« Return to the blog entry

You are replying to:

  1. From Domino Bible 6 :

    catlist := @Explode(@ReplaceSubstring(Categories; " - "; "~");"~");

    @For(z:= 1; z <= @Elements(catlist);z:= z + 1;lname:= @Trim(lname + @If(z=1; ""; " - ") + catlist[z]);

    breadcrumb := breadcrumb + @If(z=1; "";" - ") +

    @If(z < @Elements(catlist); "<a href=\"" + @URLEncode("Domino";lname) + "?Opendocument\">" + catlist[z] + "</a>";catlist[@Elements(catlist)]));

    "<a href =\"?openview\">Top</a> - " + breadcrumb

Your Comments

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