
Signature
Cheers,
hammett
http://www.castleproject.org/~hammett
No, but this looks interesting. I think what i'm looking for is more like,
i'll click a button, and the app runs the code in a file.
I want to be able to run code like this:
if x=1 then do something
but I want to be able to make it dynamic, adding another if statement when
ever i want. I would want to run the code like a database stored procedure
and be able to alter the code when I want.
Is this Codedom what I’m looking for?
tks
> Have you looked at CodeDom?
>
> > Hi,
> > Can anyone tell me how I can run vb.net or C# code from a text document?
hammett - 27 May 2005 22:15 GMT
Check this then
http://www.mvps.org/scripting/languages/

Signature
Cheers,
hammett
http://www.castleproject.org/~hammett
> No, but this looks interesting. I think what i'm looking for is more
> like,
[quoted text clipped - 3 lines]
>
> if x=1 then do something
john conwell - 15 Jun 2005 17:37 GMT
Not to pinp my own articles, BUT i've got an example of using the CodeDom to
execute code from a text document.
http://www.codeproject.com/dotnet/DotNetScript.asp
> Check this then
> http://www.mvps.org/scripting/languages/
[quoted text clipped - 6 lines]
> >
> > if x=1 then do something