MID$

From Macros Wiki
Revision as of 00:32, 4 January 2011 by Mikeo (talk | contribs)
Jump to navigationJump to search

Up

Command

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


Returns part of a string of characters.

Parameters

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

Example

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