Hi!!! Like you can see in my name I prefer a Borland programs, but today I have start the
Microsoft programs. Like a basic of the Microsft programs is Visual Basic 6,5,4 or older.
I need help. I'm making a mini programing language in VB so I need to know how can I detect a
word that is writen.
Example =>Start
Var a:integer;
Example =>End.
I need to detect the word 'Var' and to bold it and tht will be like 'Dim' in VB or
something like tahat.
I need to detect a letter after 'Var' so tahat will be the name of the (i don't know
how to tell that on English).
I need to detect ':' so taht will be the end of the (i don't know
how to tell that on English).
I need to detect the 'integer' that will be a type of the (i don't know
how to tell that on English).
I need to detect ';' , that will be the end of the statement.
So any help here isn't bad idea,I think ?
BorlandDelphi $$$ The best programs I ever see it $$$
Microsoft programs. Like a basic of the Microsft programs is Visual Basic 6,5,4 or older.
I need help. I'm making a mini programing language in VB so I need to know how can I detect a
word that is writen.
Example =>Start
Var a:integer;
Example =>End.
I need to detect the word 'Var' and to bold it and tht will be like 'Dim' in VB or
something like tahat.
I need to detect a letter after 'Var' so tahat will be the name of the (i don't know
how to tell that on English).
I need to detect ':' so taht will be the end of the (i don't know
how to tell that on English).
I need to detect the 'integer' that will be a type of the (i don't know
how to tell that on English).
I need to detect ';' , that will be the end of the statement.
So any help here isn't bad idea,I think ?
BorlandDelphi $$$ The best programs I ever see it $$$
Comment