<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Jan 2015 06:56:00 Z</lastBuildDate><pubDate>13 Jan 2015 12:30:00 Z</pubDate><description>Hello All,&#13;
&#13;
I have observed that when we create Procedures we can declare Variable (as Parameters) without any data type like for example:&#13;
PROCEDURE MyProper(LOCAL MyStr, LOCAL MyMode is boolean) But I am not able to declare variables in any Procedure without any data type associated with them!&#13;
&#13;
So how can I declare variables that are Data Type neutral?&#13;
&#13;
TIA&#13;
&#13;
Yogi Yang</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables/read.awp</link><title>Data type neutral variables</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/49852-data-type-neutral-variables-49869/read.awp</comments><pubDate>15 Jan 2015 06:56:00 Z</pubDate><description>Thanks for the hint.&#13;
&#13;
It means I will have to use Variant DataType for variables.&#13;
&#13;
I will test it soon.&#13;
&#13;
TIA&#13;
&#13;
Yogi Yang</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49869/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49869/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables/read.awp">Data type neutral variables</source><title>Re: Data type neutral variables</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49860/read.awp</comments><pubDate>13 Jan 2015 22:30:00 Z</pubDate><description>Hi Yogi,&#13;
&#13;
Use the keyword "Let"... This will type the variable based on the type that is being passed. Next you can test the t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49860/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49860/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables/read.awp">Data type neutral variables</source><title>Re: Data type neutral variables</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49855/read.awp</comments><pubDate>13 Jan 2015 13:05:00 Z</pubDate><description>variabeleNeutral is variant ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49855/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables-49855/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49852-data-type-neutral-variables/read.awp">Data type neutral variables</source><title>Re: Data type neutral variables</title></item></channel></rss>
