Marius '95
troubleShooter
Se da urmatorul program:
Eroare: ASC vrea string. Ce am gresit?
Code:
DIM a AS STRING
a = "A"
PRINT x(a)
FUNCTION x (s$)
x = ASC(s)
END FUNCTION