<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — MQL - The Greatest Language Invented Ever !!]]></title>
		<link>https://forexsb.com/forum/topic/6148/mql-the-greatest-language-invented-ever/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/6148/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in MQL - The Greatest Language Invented Ever !!.]]></description>
		<lastBuildDate>Thu, 23 Jun 2016 16:05:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37099/#p37099</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>I looked up the function in their language guide when you first posted it and was like wtf?!</p></blockquote></div><p>I&#039;m very surprised that it returns a boolean value. It looks like the MQL developers suppose that the function may fail !?!!!!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 Jun 2016 16:05:27 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37099/#p37099</guid>
		</item>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37098/#p37098</link>
			<description><![CDATA[<p>yea MQL is something .... <br />special, but also documented.:)</p><div class="codebox"><pre><code>StringToLower
Transforms all symbols of a selected string into lowercase.
bool  StringToLower(

   string&amp;  string_var      // string to process

   );
Parameters
string_var
[in][out]  String.
Return Value
In case of success returns true, otherwise - false. To get the error code call GetLastError().</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ForexNoop)]]></author>
			<pubDate>Thu, 23 Jun 2016 16:04:46 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37098/#p37098</guid>
		</item>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37097/#p37097</link>
			<description><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>If you are even more curious how MQL makes a text lowercase, the answer is:</p><div class="codebox"><pre><code>   string text = &quot;MyText&quot;;
   StringToLower(text);
   Print(text);</code></pre></div><p>I&#039;m programming from 30 years and today I lost 1 hour for searching a bug in my online data service API. However, the problem was in this &quot;perfectly intuitive&quot; code.</p><p>You have to be always suspicious when you see a programming language with commands that starts with a noun.</p></blockquote></div><p>The worst is that you&#039;re probably used to a sane language like C# that does the intuitive action (Hell even the evil language js deals with uppercase/lowercase strings right.)&nbsp; I looked up the function in their language guide when you first posted it and was like wtf?!</p>]]></description>
			<author><![CDATA[null@example.com (GizmoTN)]]></author>
			<pubDate>Thu, 23 Jun 2016 15:59:55 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37097/#p37097</guid>
		</item>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37094/#p37094</link>
			<description><![CDATA[<p>If you are even more curious how MQL makes a text lowercase, the answer is:</p><div class="codebox"><pre><code>   string text = &quot;MyText&quot;;
   StringToLower(text);
   Print(text);</code></pre></div><p>I&#039;m programming from 30 years and today I lost 1 hour for searching a bug in my online data service API. However, the problem was in this &quot;perfectly intuitive&quot; code.</p><p>You have to be always suspicious when you see a programming language with commands that starts with a noun.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 Jun 2016 15:16:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37094/#p37094</guid>
		</item>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37093/#p37093</link>
			<description><![CDATA[<p>If you are curious what is the correct answer, it is: &quot;true&quot;</p><p><span class="postimg"><img src="http://s31.postimg.org/uo3nphrkb/screenshot_1828.png" alt="http://s31.postimg.org/uo3nphrkb/screenshot_1828.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 Jun 2016 15:11:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37093/#p37093</guid>
		</item>
		<item>
			<title><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37089/#p37089</link>
			<description><![CDATA[<p>Free would be good if everyone donated a few $$ every month, however, from what I saw over the years, there were very few donations although there were a gazillion downloads.</p><p>Somehow using free software to earn an income will not work.</p><p>Even video games cost a lot of money!</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Thu, 23 Jun 2016 13:01:59 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37089/#p37089</guid>
		</item>
		<item>
			<title><![CDATA[MQL - The Greatest Language Invented Ever !!]]></title>
			<link>https://forexsb.com/forum/post/37081/#p37081</link>
			<description><![CDATA[<p>This is a question for the users that think FSB must be free!!</p><p>Can you guess what will return the following command:</p><div class="codebox"><pre><code>string text = StringToLower(&quot;MyText&quot;);</code></pre></div><p>My guess is that it will return &quot;mytext&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 Jun 2016 07:34:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/37081/#p37081</guid>
		</item>
	</channel>
</rss>
