Difference between revisions of "MidStr"

From MultiCharts
Jump to navigation Jump to search
Line 3: Line 3:
 
http://www.buyxanaxonlinepill.com/ buy cheap xanax - xanax order
 
http://www.buyxanaxonlinepill.com/ buy cheap xanax - xanax order
  
== Example ==
+
http://www.buyxanaxonlinepill.com/ cheap xanax - buy cheap xanax online
<syntaxhighlight>MidStr("Largest winning trade", 1, 7);</syntaxhighlight>
+
 
Will return a string expression "Largest".
 
 
 
== Notes ==
 
== Notes ==
 
* See [[LeftStr]] to return the leftmost part of a string,
 
* See [[LeftStr]] to return the leftmost part of a string,

Revision as of 08:22, 13 February 2012

Returns a part, starting from a specified position and of a specified length, of a specified string expression.

http://www.buyxanaxonlinepill.com/ buy cheap xanax - xanax order

http://www.buyxanaxonlinepill.com/ cheap xanax - buy cheap xanax online

Notes

  • See LeftStr to return the leftmost part of a string,
  • See RightStr to return the rightmost part of a string,
  • See InStr to get the starting location of a expression in a string.