Amrita question(s)

Carl Youngblood wrote:

data[:name] = ‘Name: Joe Blow’

That way you get all or nothing.

Ergh… ok. Hadn’t considered that; thanks.

···

Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

Carl Youngblood wrote:

data[:name] = ‘Name: Joe Blow’

That way you get all or nothing.

Ergh… ok. Hadn’t considered that; thanks.

You could also create a TemplateText object with

Name:

inside it, parse it, then nest that inside a larger template, if you wanted.

Carl