expressions outlined here:
http://www.commandfusion.com/wiki/index.php?title=Math_Expressions
Something like:
value::http://www.someurl.com/appendhere=%.0f
using printf to format the analog value how you need.
Otherwise, for capturing a string and concatenating, you need to
create your capture group, give it a name (say capturedvalue) and then
create an onmatch and in the value field enter:
http://www.someurl.com/appendhere=$capturedvalue$
That references another capture group using $ signs around the capture
group name.
I can't recall if this is working in the latest iViewer release, but I
believe it is.
Jarrod
On Jun 28, 2:06 pm, Fiasco <dgvoll...@gmail.com> wrote:
> I know you can do some math to a capture group.
>
> Is it possible to add a couple string together?
>
> For example, server response is part of a url and I would like to put
> the URL prefix on the value before sending it to the list element.
>
> so for example
>
> value = part of the url
>
> set the value of the list element as
> baseurl + value
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Re: connotate two strings in a capture group?"
Post a Comment