Friday, March 25, 2011, 9:05:00 AM, Steven wrote:
> So, if I were to type:*(:setpv price="$39.99":)* on a page, I should be
> able to referencing {$price} when I need to.
> For example: *The price you entered was {$price}.*
I am curious as why you don't use page text variables instead?
(:price: $39.99:)
The price you entered was {$:price}
Hans