M
machoq
Hi folks,
I have a javascript object called record and i want to pass the field
name dynamically. Something like
print(record.$field)
It always gives me null, what can i do so that it prints the value of
say record.filename when i pass $field="filename";
regards
-max
I have a javascript object called record and i want to pass the field
name dynamically. Something like
print(record.$field)
It always gives me null, what can i do so that it prints the value of
say record.filename when i pass $field="filename";
regards
-max