Hello,

I have a problem I don't know how to solve. I have a macro that should use 
some text as input to simply put it inside other text. This text is hold in 
a tiddler text field. But if I call the macro like this:

<$macrocall $name="bash-script" $output="text/plain" 
database={{$:/status/selected-db}}/>

Y get a carriage return in the output. The macro is something like this

```
nohup sqlplus -s $username/$pass@$database$>$HOME/reports/$(basename 
$0).csv<< EOF &
```

What can I do? I tried using transclude widget as input with inline mode, 
and also text widget. If I use any of those I get true instead of the text 
it should receive.

Thanks in advance.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to