Parse Input

M

Mythran

I have a console app that accepts input from the user. This input can be a
command for the application, or a mathematical equation/formula. Currently,
I'm using a trick I found on the Internet that creates a dynamic JScript
assembly, loads it, which I then send any non-commands the user entered to a
method that simply passes this input to the val() function. This works, but
I'd like to go further and create my own (or somebody else's) val()
equivalent. I understand that it may be difficult and take awhile to do,
but everytime I start on this trek, I just select all and delete because I
confuse myself too much lol...anyone have any pointers??

Thanks,
Mythran
 
M

Mythran

Mythran said:
I have a console app that accepts input from the user. This input can be
a command for the application, or a mathematical equation/formula.
Currently, I'm using a trick I found on the Internet that creates a
dynamic JScript assembly, loads it, which I then send any non-commands the
user entered to a method that simply passes this input to the val()
function. This works, but I'd like to go further and create my own (or
somebody else's) val() equivalent. I understand that it may be difficult
and take awhile to do, but everytime I start on this trek, I just select
all and delete because I confuse myself too much lol...anyone have any
pointers??

Thanks,
Mythran

Oops, sorry for the post, was meant for the C# NG, not
VB.Net....multiposting to C#, it's safe to ignore this post thread in VB.Net
NG.

Thanks,
Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top