[Gambas-user] calc
Henri Girard
girardhenri at ...67...
Wed Nov 26 12:14:53 CET 2003
i forgot ! can somebody tell me how to write it in gambas ?
----- Original Message -----
From: Henri Girard
To: gambas-user at lists.sourceforge.net
Sent: Wednesday, November 26, 2003 9:26 AM
Subject: [Gambas-user] calc
Hi :)
I am really a nut in programming... I am making a small calc from vb and I can't find the way to write that in "gambas"
option explicit
DIM attente As variant
private sub val1_click()
if attente = 1 then
valnum.text = vbnullstring
attente = 0
End if
valnum.text = valnum.text & "1"
end sub
Sorry to ask you but I am working on that for a certain time ! lol
Kind regards
Henri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20031126/c5bee6f4/attachment.html>
More information about the User
mailing list