![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Oct 2004
Posts: 31
Rep Power: 0
![]() |
i need to know how to code the following program. I did it in c++ but it doesnt work out here.
****** ***** **** *** ** * |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
Dim blah as string
For I = 6 to 1 step -1
For J = 1 to I
Blah = Blah + "*"
Next J
Blah = Blah + "\r\n"
Next IDo whatever you want with blah afterwards...
__________________
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|