Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Multiple parameters

First attempt at using this and send_ses command.
Wondering how you send multiple parameters to a routine.
The below works
srp_tcpclient(clienthandle, "SEND_SES", 'run marktest "firstparam"')
but how do I send more than just firstparam?

Comments

  • The Command parameter for SEND_SES accepts anything you could legitimately type into the System Monitor. Thus, you'd pass multiple parameters as comma delimited within the Command string, quoting each parameter.
  • Thanks Kev.
    Brain was off yesterday.
Sign In or Register to comment.