I have a two-part question: I am trying to determine if a field exits and 
if it does split the field value into 2 variables. I am very, very new to 
TiddlyWiki5, and have been sticking to Classic.

Part 1:
First, I am trying something like this:
```
<$if> \field "entry 0" exists then do part 2 <$/if>
<$else> \this does not exist message </$else>
```
Part 2:
Second, I am trying to split the field into two variables at a "|".
```
<$list filter="[<currentTiddler>fields[]prefix[entry]]" 
variable="variable[0]">
    @@.variable_0 <$transclude field=<<variable[0]>>/>@@

    \How do I split at "|" and create this second variable?
    @@.variable_1 <$transclude field=<<variable[1]>>/>@@
</$list>
```
Thanks.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/78499388-28d4-4fc2-ab1f-6918e985a184n%40googlegroups.com.

Reply via email to