Hi,
I am pretty new to Basic4Java and I have some basic questions:
1) It is possible to add strings using Str1 + Str2. I know that is cleaner to add integers, but is should work?
2) String1 & String2 is concatination . Right?
3) Dim a as String
Dim b as integer
a=b & cr
a stays empty, where as the value of b is 27 Why?
Harry
I am pretty new to Basic4Java and I have some basic questions:
1) It is possible to add strings using Str1 + Str2. I know that is cleaner to add integers, but is should work?
2) String1 & String2 is concatination . Right?
3) Dim a as String
Dim b as integer
a=b & cr
a stays empty, where as the value of b is 27 Why?
Harry