PDA

View Full Version : who able to make VB6 App



Laimonas171
12-05-2008, 07:54 AM
If a <> 0 And b <> 0 Then
y = a / b
Else: y = (a + b * 1)
End If

example whit other function.

mc_teo
04-05-2009, 03:18 PM
Im sorry, I cant understand you question or your program...

Do you want someone to compile the source code to an executable, or debug it...

Or just show you how to write this code in VB

[QUOTE=Laimonas171;491063]
If a <> 0 And b <> 0 Then
y = a / b
Else: y = (a + b * 1)
End If