<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Replacement for IsNumeric()</title>
        <description> A few weeks ago I discovered that

IsNumeric(&amp;quot;02NST2&amp;quot;) 

returns True. Well, I don&amp;#039;t agree with this result.

So I needed a workaround. And this is what I ended up with:

MatchRegularExpression(&amp;quot;02NST2&amp;quot;,&amp;quot;[0-9]+&amp;quot;) -&amp;gt; False

HTH
Sebastian</description>
        <link>https://www.wxforum.info/read.php?27161,688338,688338#msg-688338</link>
        <lastBuildDate>Tue, 19 May 2026 02:56:39 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27161,688338,688338#msg-688338</guid>
            <title>Replacement for IsNumeric()</title>
            <link>https://www.wxforum.info/read.php?27161,688338,688338#msg-688338</link>
            <description><![CDATA[ A few weeks ago I discovered that<br />
<br />
IsNumeric(&quot;02NST2&quot;) <br />
<br />
returns True. Well, I don&#039;t agree with this result.<br />
<br />
So I needed a workaround. And this is what I ended up with:<br />
<br />
MatchRegularExpression(&quot;02NST2&quot;,&quot;[0-9]+&quot;) -&gt; False<br />
<br />
HTH<br />
Sebastian]]></description>
            <dc:creator>Sebastian Arnold</dc:creator>
            <category>WinDev Solutions</category>
            <pubDate>Tue, 09 Aug 2016 13:30:44 +0200</pubDate>
        </item>
    </channel>
</rss>
