User Tools

Site Tools


en:mid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:mid [2016/08/12 12:56]
admin
en:mid [2020/02/28 10:46] (current)
Line 1: Line 1:
 ===== Mid (Function) ===== ===== Mid (Function) =====
 ==== Format ==== ==== Format ====
-**mid**( [[stringexpressions|string_expression]], //start_expr////length_expr//)+**mid**( [[stringexpressions|string_expression]], [[integerexpressions|start_expression]][[integerexpressions|length_expression]])
  
-returns //[[stringexpressions|string_expression]]+returns [[stringexpressions|string_expression]]
  
 ==== Description ==== ==== Description ====
-Returns a portion of the specified [[stringexpressions|string_expression]], starting from the //start character//, and continuing for //length// characters or the end of the [[stringexpressions|string_expression]].+Returns a portion of the specified [[stringexpressions|string_expression]], starting from the //start character//, and continuing for [[integerexpressions|length_expression]] characters or the end of the [[stringexpressions|string_expression]].
  
  
Line 22: Line 22:
 ==== See Also ==== ==== See Also ====
 {{page>en:start#String Handling&noheader}} {{page>en:start#String Handling&noheader}}
 +==== History ==== 
 +|0.9.5b|New To Version|
 +|1.99.99.53|Added length < 0|
 +|1.99.99.53|Added start position < 0|
 +
en/mid.1471028182.txt.gz ยท Last modified: 2020/02/28 10:46 (external edit)