![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2006
Posts: 10
Rep Power: 0
![]() |
quick question
Ok, not exactly visual basic but i have a question about BASIC (theres no basic section). I was wondering if there was any way to add the value of a numeric variable as text in a string value.
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Dec 2005
Posts: 65
Rep Power: 3
![]() |
Try something like this
let s$ = "abc" let i = 12 s$ = s$ + str$(i) print s$ |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|