<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — MQL - The Greatest Language Invented Ever !!]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/6148/" />
	<updated>2016-06-23T16:05:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/6148/mql-the-greatest-language-invented-ever/</id>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37099/#p37099" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-06-23T16:05:27Z</updated>
			<id>https://forexsb.com/forum/post/37099/#p37099</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37098/#p37098" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ForexNoop]]></name>
				<uri>https://forexsb.com/forum/user/9097/</uri>
			</author>
			<updated>2016-06-23T16:04:46Z</updated>
			<id>https://forexsb.com/forum/post/37098/#p37098</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37097/#p37097" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GizmoTN]]></name>
				<uri>https://forexsb.com/forum/user/9101/</uri>
			</author>
			<updated>2016-06-23T15:59:55Z</updated>
			<id>https://forexsb.com/forum/post/37097/#p37097</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37094/#p37094" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-06-23T15:16:51Z</updated>
			<id>https://forexsb.com/forum/post/37094/#p37094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37093/#p37093" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-06-23T15:11:28Z</updated>
			<id>https://forexsb.com/forum/post/37093/#p37093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37089/#p37089" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Blaiserboy]]></name>
				<uri>https://forexsb.com/forum/user/2491/</uri>
			</author>
			<updated>2016-06-23T13:01:59Z</updated>
			<id>https://forexsb.com/forum/post/37089/#p37089</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MQL - The Greatest Language Invented Ever !!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/37081/#p37081" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-06-23T07:34:47Z</updated>
			<id>https://forexsb.com/forum/post/37081/#p37081</id>
		</entry>
</feed>
