MID$

From Macros Wiki
Revision as of 22:37, 30 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Up

Command

MID$
MID$
MID$ <a$>, <n>, <n>


Returns the amount of characters in a string from <n> to <n>.

Parameters

<a$>
Text string or name of a string variable.
<n>
Start number.
<n>
End number.

Example

a$ = MID$(c$, 3, 7)