var str:String = 'Returns a string comprising the characters between the points.'; var len:Number = str.length; trace( str.substring(0,len/2) );