Siehe Bascom Hilfe!
Syntax:
var = STR(x)
Code:Dim A As Byte , S As String * 10 A = 123 S = Str(a) Print S 'when you use print a, you will get the same result. 'but a string can also be manipulated with the string routines. End
Siehe Bascom Hilfe!
Syntax:
var = STR(x)
Code:Dim A As Byte , S As String * 10 A = 123 S = Str(a) Print S 'when you use print a, you will get the same result. 'but a string can also be manipulated with the string routines. End
Lesezeichen