HELLO PLEASE HELP to do a CODE PLEASE.. it give the meaning of each input....

if i input in a textbox this


int a;


then the output in listbox must

int = characters
a = variable
; = terminators

Recommended Answers

All 3 Replies

You really need to be clear and explain in detail what you need.

EXAMPLE ... Help me for the Code in Visual Basic...

this is the Question.... i will input this " int a;" or " a+b-c=d "
then the output must... like this


OUTPUT:

int = characters
a to z = VARIABLEs
0 to 9 = NUMBERs
+ - * / = OPERATORS
= = EQUAL
; = TERMINATORS

Sounds like you want to add the ability for user to run a script at runtime... See microsoft script control under components and in help. Also, use your friends (yahoo, google, ask, answer, bing) and search for vb6 script control as I know there are a couple of examples out there...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.