<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://tibbo.com/kb/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://tibbo.com/kb/feed.php">
        <title>DokuWiki basic:language</title>
        <description></description>
        <link>http://tibbo.com/kb/</link>
        <image rdf:resource="http://tibbo.com/kb/lib/images/favicon.ico" />
       <dc:date>2010-09-06T14:43:50+04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://tibbo.com/kb/basic/language/tide_for_loop_overflow?rev=1273219407&amp;do=diff"/>
                <rdf:li rdf:resource="http://tibbo.com/kb/basic/language/tide_webserver_buffer?rev=1221583604&amp;do=diff"/>
                <rdf:li rdf:resource="http://tibbo.com/kb/basic/language/tips?rev=1224590212&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://tibbo.com/kb/lib/images/favicon.ico">
        <title>DokuWiki</title>
        <link>http://tibbo.com/kb/</link>
        <url>http://tibbo.com/kb/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://tibbo.com/kb/basic/language/tide_for_loop_overflow?rev=1273219407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-07T12:03:27+04:00</dc:date>
        <title>Infinite loop caused by overflow</title>
        <link>http://tibbo.com/kb/basic/language/tide_for_loop_overflow?rev=1273219407&amp;do=diff</link>
        <description>Question: I am using a for loop, which loop through 0 to 255 but loop never ends, why?

Answer: How does a variable overflow handled in TIDE?  As we mentioned in our language philosophy, because Taiko application is not PC based, we do not halt the execution and pop up an error.  What we do is that we simply discard the most significant digit in hex, if it is more than the type of the variable can hold.  For example:</description>
    </item>
    <item rdf:about="http://tibbo.com/kb/basic/language/tide_webserver_buffer?rev=1221583604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-16T20:46:44+04:00</dc:date>
        <title>Handling Dynamic Information for the Web</title>
        <link>http://tibbo.com/kb/basic/language/tide_webserver_buffer?rev=1221583604&amp;do=diff</link>
        <description>Question: When I pass dynamic information to the web page, it often does not show everything, and it seems that the data lost are not always the same, why is that?

Answer: Even though the EM200 and EM1000 can be used as web servers, they are still small modules with limited resources.  Generally speaking, you cannot expect that the TX buffer to readily have the required space when you need to put some data into it!  If you are not careful, the dynamic data you want to generate may get truncated…</description>
    </item>
    <item rdf:about="http://tibbo.com/kb/basic/language/tips?rev=1224590212&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-21T15:56:52+04:00</dc:date>
        <title>Code Tips</title>
        <link>http://tibbo.com/kb/basic/language/tips?rev=1224590212&amp;do=diff</link>
        <description>On this page we will share tips and interesting ideas related to programming with Tibbo BASIC. The content of this page is not limited to our own, if you have any interesting ideas or experiences related to programming with Tibbo BASIC that you would like to share with others, please send us an email at support@tibbo.com</description>
    </item>
</rdf:RDF>
