Using Asc("G")

Questions regarding syntax

Using Asc("G")

Postby vic007 » Thu Jun 05, 2008 7:15 pm

I can't understand why if I code
Dim G As String
G = "Test"
PRINT Asc(G) I get a zero, but If I say
PRINT Asc(G), G then I do get 84 the Asc value of T as the book says
vic007
 
Posts: 12
Joined: Mon May 12, 2008 9:06 pm

Return to Coding Questions

cron