how to give name to the variable in Q Basic ?
Answers
Answered by
0
You mean adding a value to a string variable. There are two ways:-
1) By using dollar($) sign
Example:- A$ = 'abc'
2) By using DIM statement
Example:- DIM A as abc
1) By using dollar($) sign
Example:- A$ = 'abc'
2) By using DIM statement
Example:- DIM A as abc
Similar questions