The conpiler complains with a syntax error 'expecting rightparen
before 1.'

for my line:

var selectedGrowerAddress1:String =
event.currentTarget.growerSearchGrid.selectedItem.ADDRESS_LINE#1;

my client's database field name has a # in it which I have to accept.
But, as this is used extensively throughout the code, it is annoying
to have endless (extra :) )errors to trawl through during debugging.
Is there any way around this?

Reply via email to