developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 8 Forum

Notes/Domino 8 Forum



Subject Your loop formula is wrong
The right loop formula is:
@For(n:=1; n<@Elements(textstring); n:=n+1;temp:=temp:textstring[n]);
then the SHOWTEXT field will show:Text1; Text2; Text3; Text4; Text5

Feedback response number WEBB8TP4HC created by chen shelley on 06/19/2013

Go back