Parents
  • What is wrong with CreateCommand :indecisiveness:??

    using Aveva.Core.Utilities.CommandLine;[COLOR=#000088]
    [/COLOR][COLOR=#666600]...[/COLOR][COLOR=#000000]
    [/COLOR][COLOR=#660066]Command[/COLOR][COLOR=#666600].[/COLOR][COLOR=#660066]CreateCommand[/COLOR][COLOR=#666600]([/COLOR][COLOR=#008800]"FCONN"[/COLOR][COLOR=#666600]).[/COLOR][COLOR=#660066]Run[/COLOR][COLOR=#666600]();[/COLOR][COLOR=#000000]
    [/COLOR]

    or use PML function:
    [COLOR=#1C2837]Command.CreateCommand($"!!somefunction('{someParam}')").Run();[/COLOR]
Reply
  • What is wrong with CreateCommand :indecisiveness:??

    using Aveva.Core.Utilities.CommandLine;[COLOR=#000088]
    [/COLOR][COLOR=#666600]...[/COLOR][COLOR=#000000]
    [/COLOR][COLOR=#660066]Command[/COLOR][COLOR=#666600].[/COLOR][COLOR=#660066]CreateCommand[/COLOR][COLOR=#666600]([/COLOR][COLOR=#008800]"FCONN"[/COLOR][COLOR=#666600]).[/COLOR][COLOR=#660066]Run[/COLOR][COLOR=#666600]();[/COLOR][COLOR=#000000]
    [/COLOR]

    or use PML function:
    [COLOR=#1C2837]Command.CreateCommand($"!!somefunction('{someParam}')").Run();[/COLOR]
Children
No Data