Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution on c# ?
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01035178
Message ID:
01035348
Views:
8
Take a look at IronPython: Python code can be called from a C# program. http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742

In the maillist recently, a few examples were given for running python code called by C#. And Python, of course, is a dynamic language, like VFP.

Hank

>How is Macro Substitution done in cSharp
>
>I want to run an external exe with parameters and the syntax that works fine is:
>
>System.Diagnostics.Process.Start("MailMergeApp.exe","aaaa bbbb cccccc");
>
>However, I really want to use aaaaa, bbbbb and cccc as variables, so in VFP terms, I want to macro substitute with the values in aaaa bbbb and cccc
>
>(I have three strings with thee values already defined)
>
>Regards,
>
>Gerard
Previous
Reply
Map
View

Click here to load this message in the networking platform