If some values in the form are displayed through display methods then if you need to use those values in another method to do some calculations then do this way
value = element.displaymethod1() + element.dislaymethod2;
value = element.displaymethod1() + element.dislaymethod2;
No comments:
Post a Comment