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
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