Look at the below codes


   - Case i

<$set name=MyLec value="Lec">
  <$list filter="01 02 03">
  <$set name="xx" filter="[all[current]addprefix[Lec]]"  emptyValue="No 
output">
    <<xx>>
  </$set>  
  </$list>
</$set>

Produces:   Lec01 Lec02 Lec03



   - Case ii

<$set name=MyLec value="Lec">
  <$list filter="01 02 03">
  <$set name="xx" filter="[is[current]addprefix[Lec]]" emptyValue="No 
output">
    <<xx>>
  </$set>  
  </$list>
</$set>

Produces:   No output No output No output


What is the problem? Isn't it the *all *and *is *operator are the same?

--Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/38c31fcd-0b3a-4446-b8da-ff4eaab82b3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to