<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>14 Nov 2015 22:40:00 Z</lastBuildDate><pubDate>11 Nov 2015 22:11:00 Z</pubDate><description>Hi All,&#13;
&#13;
Forgive me, I'm getting back into WLanguage coding after a long hiatus.&#13;
&#13;
I have a program in which a user passes a bunch of parameters and I read them in using CommandLine().&#13;
If the user doesn't enter a required parameter, I need to return a string which states what flags are missing or are invalid.&#13;
&#13;
Something like this:&#13;
&#13;
&#13;
Thanks!&#13;
Georgio</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19/read.awp</link><title>Return/Echo from Command Line Execution WD19</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54955/read.awp</comments><pubDate>14 Nov 2015 22:40:00 Z</pubDate><description>Great, that worked, Stewart.&#13;
&#13;
Thanks!&#13;
Georgio</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54955/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54955/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19/read.awp">Return/Echo from Command Line Execution WD19</source><title>Re: Return/Echo from Command Line Execution WD19</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54950/read.awp</comments><pubDate>14 Nov 2015 01:53:00 Z</pubDate><description>You might try:&#13;
&#13;
IF CommandLine(9) ~= "" THEN&#13;
EndProgram("Message for the User")&#13;
END&#13;
&#13;
Replace the 9 with parameter number (…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54950/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19-54950/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54915-return-echo-from-command-line-execution-wd19/read.awp">Return/Echo from Command Line Execution WD19</source><title>Re: Return/Echo from Command Line Execution WD19</title></item></channel></rss>
