TEXT EXTRACT STATEMENT  
Previous  Top  Next

Description  
 
"Tm,n"  
 
where m (optional) = the start position in the string; n = the number of characters to extract. The characters extracted are always left to right.  
 
document Examples  
 
"T3,2" - extracts 2 characters starting at the 3rd in the string e.g. abCDef gives CD.  
 
"T12" - will extract the 12 rightmost characters if the length attribute in the definition is 'R' or the 12 leftmost characters if this is 'L'.