Mid:




Syntax:

mid name,pos,num

where: name is a text varible with its data type and num the numbers
of characters to keep from the position pos.



Program Example:

a$="Example";
mid a$,2,3
{Change the text a$ to amp}

Program File

Application File




Return

Last Updated: July 1998.