On Dec 20, 2007 7:46 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > On Dec 20, 2007 7:06 AM, Lee McFadden <[EMAIL PROTECTED]> wrote: > > > > On Dec 19, 2007 7:57 PM, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > > > > > But why don't you just use $myDictionary['LAST-NAME-OF-CUSTOMER'] ? > > > > > > > Or simply use underscores. LAST_NAME_OF_CUSTOMER. > Unfortunately I have a file of a file with 1075 fields so I won't be > doing renaming because I have other programs written that use original > names. > I guess I will try $myDictionary['LAST-NAME-OF-CUSTOMER'] and see how > that goes. > > Thanks, > Lucas >
Actually just quoting the values $'LAST-NAME-OF-CUSTOMER', $'FIRST-NAME-OF-CUSTOMER', $'MIDDLE-INITIAL' seems to be working. I wonder if the actual replaced text will have quotes too. Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

