just installed VB 6.0 and have some problem
so i have 2 textboxes that are named text1 and text2 and i wrote
text1.Text = intTal
text2.Text = strSvar
If intTal < 20 Then strSvar = OK Else istrSvar = NOP
but something is wrong nothing is displayed in strSvar if write a number lower or higher then 20 :I
i did write this as a function for a command button so that is not the problem![]()