Visual Fox Pro.. Programación orientada a objetos, no se como hacer tablas de multiplicar
l = b*1
thisform.text12.Value = l
m = c*2
thisform.text13.Value = m
n = d*3
thisform.text14.Value = n
o = e*4
thisform.text15.Value = o
p = f*5
thisform.text16.Value = p
q = g*6
thisform.text17.Value = q
r = h*7
thisform.text18.Value = r
s = i*8
thisform.text19.Value = s
t = j*9
thisform.text20.Value = t
u = k*10
thisform.text21.Value = u
Estoy utilizando este ultimo código en el botón multiplicar pero me conntinua marcando error y ya no se que hacer