12-10-2009, 02:59 PM
hi @ V_selvam
i tried this :
----------------------------------------------------
----------------------------------------------------
and i got error message " illegal assignment totalSales +=1"
i tried this :
----------------------------------------------------
Code:
public Const totalSales = 0
Function Fun1()
totalSales +=1
--------------
--------------
End Function
and i got error message " illegal assignment totalSales +=1"