I Looked in the Help and Read what was Under
Dim and Data Type What i could not find was How to
Declare a Text Var like in the True Basic Standards.
to declare a Text Var you would put the $ along side the Var
{a$="hello"} this would set the Var A as a Text Var
the A value with no $ would be by default a Numeric Val.
How do you declare a text Var in Basic4ppc?
and not sure about the word "String" in data type
but do you declare a string verse a Text Var?
in Basic Standards a String would be 1 or more Text strung
in a Value. Example B$="wdretc" <-- that would be considered a
String. and how do you declare a string in basic4?
Gifmaster
Dim and Data Type What i could not find was How to
Declare a Text Var like in the True Basic Standards.
to declare a Text Var you would put the $ along side the Var
{a$="hello"} this would set the Var A as a Text Var
the A value with no $ would be by default a Numeric Val.
How do you declare a text Var in Basic4ppc?
and not sure about the word "String" in data type
but do you declare a string verse a Text Var?
in Basic Standards a String would be 1 or more Text strung
in a Value. Example B$="wdretc" <-- that would be considered a
String. and how do you declare a string in basic4?
Gifmaster