Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 19th, 2006, 3:09 PM   #11
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 582
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Can anyone tell me if my reply was right? I can't test it so I would like to know. Thanks
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jun 19th, 2006, 3:20 PM   #12
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
From what I remember of VB, it appears to be correct.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jun 19th, 2006, 3:35 PM   #13
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 582
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Woohoo!
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jun 19th, 2006, 9:16 PM   #14
demon101
Hobbyist Programmer
 
demon101's Avatar
 
Join Date: Mar 2006
Location: westboro, ohio
Posts: 159
Rep Power: 0 demon101 is an unknown quantity at this point
Send a message via Yahoo to demon101
see that was just an example. i am going to be using Text1.Text that is where the id is coming from so would i just replace the Jimmy_ with this


Text1.Text & "_"
dim i as integer

i = 1
for(i < 5)
    List1 = "Text1.Text & "_" " + i
next i

i am taking the ids and put them on a list. so is that set up right?
__________________
Demon101 Production's

Code Forums
demon101 is offline   Reply With Quote
Old Jun 19th, 2006, 9:47 PM   #15
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
@all members: I am sorry for bashing on VB6. I shouldn't have done that.
Toro is offline   Reply With Quote
Old Jun 19th, 2006, 9:56 PM   #16
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 582
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Quote:
Originally Posted by demon101
see that was just an example. i am going to be using Text1.Text that is where the id is coming from so would i just replace the Jimmy_ with this


Text1.Text & "_"
dim i as integer

i = 1
for(i < 5)
    List1 = "Text1.Text & "_" " + i
next i

i am taking the ids and put them on a list. so is that set up right?
I think you need to check where your quotes are because that makes absolutely no sense.

I think you meant
dim i as integer

i = 1
for(i < 5)
    List1 = Text1.Text + "_" + i
next i
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jun 19th, 2006, 10:32 PM   #17
demon101
Hobbyist Programmer
 
demon101's Avatar
 
Join Date: Mar 2006
Location: westboro, ohio
Posts: 159
Rep Power: 0 demon101 is an unknown quantity at this point
Send a message via Yahoo to demon101
so now with this code will it put it in the list i want it to go to?


dim i as integer

i = 1
for(i < 5)
    List1 = Text1.Text + "_" + i
next i


if you need the soucre code i will get it and post it here.
__________________
Demon101 Production's

Code Forums
demon101 is offline   Reply With Quote
Old Jun 20th, 2006, 7:10 AM   #18
Kiro
Newbie
 
Join Date: Jun 2006
Posts: 3
Rep Power: 0 Kiro is on a distinguished road
All wrong wrong wrong hehe. Avoid using +, use & instead.

Dim i As Integer

For i = 1 To 10
List1.AddItem Text1.Text & "_" & i
Next i

:p
__________________
Who has the right to choose the path of someone's life?

Last edited by Kiro; Jun 20th, 2006 at 7:24 AM.
Kiro is offline   Reply With Quote
Old Jun 20th, 2006, 8:46 AM   #19
zaracyn
Newbie
 
zaracyn's Avatar
 
Join Date: Jun 2006
Location: Michigan
Posts: 13
Rep Power: 0 zaracyn is on a distinguished road
Where I work, I have access to Microsoft Access (97) which has VB6 included in it for doing DBs (no other programmng lanuages are available as we're not an official programming department).

Concerning the free Visual C# Express Edition, how robust is it? How widely used is it? For a programmer on a budget, what other kind of programming languages would you recommend?
zaracyn is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:43 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC