Given a string `myFld` such as:

  val myFld = "Field1"

and a record such as:

  val myRec = [ Field1 = "foo", Field2 = "bar" ]

Is there any way to access `Field1` of record `myRec`, by using the value
of string `myFld` ?
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to