|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
hi there..
could anybody please help me do this? how to extract only some character from the text? i'm using VB6.0 for example i want to extract the char "ni" from the word "good morning" or "nine" or "night" , etc..when i click a button? is there any way to do that? i really apreciate any help here. |
|
#2
|
|||
|
|||
|
Use the Replace Function to replace the "ni" with "" (nothing)
S- |
|
#3
|
|||
|
|||
|
yes, use the Instr function
a = Instr(1,"Good Morning","ni",vbTextCompare) ![]() |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > extract character |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|