text,start_num,num_chars!Returns the characters from the middle of a text string, given a starting position and length!is ...

!text,start_num,num_chars!!Returns the characters from the middle of a text string, given a starting position and length!is the text string from which you want to extract the characters!is the position of the first character you want to extract. The first character in Text is 1!specifies how many characters to return from Text!