send(HOME.UP.$text. ($this->blp > $this->strlenv($text) ? str_repeat(' ',$this->blp-$this->strlenv($text)). ($reposition ? HOME.UP.str_repeat(RIGHT,$this->strlenv($text)) : '') : '') ); $this->blp = $this->strlenv($text); } // Abstract function public function strlenv($text):int { return strlen($text)-substr_count($text,ESC); } // Abstract function public function testFrame() { return \App\Classes\Frame\Videotex::testFrame($this); } }