![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Location: Charleston, SC
Posts: 11
Rep Power: 0
![]() |
change vowels to X
I am stuck trying to change a vowel letter to "x"
if vowellabel.substring(indexnum,1) = vowel then mid(me.vowel.text) = vowel replaceX = true end if |
|
|
|
|
|
#2 |
|
Professional Programmer
|
Woops, this is VB forum.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: May 2005
Location: Charleston, SC
Posts: 11
Rep Power: 0
![]() |
is this not where I am to post this, it is a vb 2005 question?
|
|
|
|
|
|
#4 |
|
Professional Programmer
|
Sorry, I made an edit there.
|
|
|
|
|
|
#5 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
I think you meant to use a double equals sign for conditions
if vowellabel.substring(indexnum,1) == vowel then mid(me.vowel.text) = vowel replaceX = true end if
__________________
Quote:
|
|
|
|
|
|
|
#6 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3
![]() |
kruptof, I am pretty sure in VB that you do not use the double equal for conditional statements, just a single.
__________________
I am Addicted to Linux! |
|
|
|
|
|
#7 |
|
Programming Guru
![]() ![]() ![]() |
Is this a cross post or an effort to swamp us with VB questions? See your other thread.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change Link Order | matthewvb | PHP | 1 | Dec 20th, 2006 1:13 AM |
| How To Change The Style/Class Of An Object? | Sane | JavaScript and Client-Side Browser Scripting | 16 | May 26th, 2006 11:15 AM |
| Cant Change Font Properties, Urgent | brokenhope | Visual Basic .NET | 11 | Sep 20th, 2005 4:42 PM |
| change the empty function from the old format to the new format | powah | Sed and Awk | 0 | Jun 23rd, 2005 12:10 PM |
| How can I change .asp page of frame after every 5-10 minutes ? | sham | ASP | 1 | May 1st, 2005 9:25 PM |