Displaying 1 result from an estimated 1 matches for "rekeningen".
Did you mean:
tekeningen
2006 Jun 30
1
tkbutton command - how to know which button was clicked?
In the below code fragment, print(arg) always prints the
last element of rekeningen$rekening.
Is this because of lazy evaluation? I.e. arg is evaluated at
the time the button is pressed?
And, if so, how can I avoid this?
I tried function() {force(arg); print(arg)} but that didn't work either.
Thanks,
Jeebee.
for(rek in seq(1,nrow(rekeningen))) {
arg <- rekeningen$re...