Euphoria Ticket #1002: 8.3.5.7 display_text_image better demo

include std/console.e 
 
display("Hello, welcome to the \nWorld's Fair") 
object s = save_text_image({1,1},{2,5}) -- copy rows 1 to 2, columns 1 to 5 
 
-- s will contain: 
--{ 
--  {72,7,101,7,108,7,108,7,111,7},  
--  {87,7,111,7,114,7,108,7,100,7} 
--} 
 
clear_screen() 
display_text_image({10,10},s) 

Result will be the words:

Hello
World

located at column 10, row 10 on the screen.

Details

Type: Task Severity: Normal Category: Documentation
Assigned To: euphoric Status: New Reported Release:
Fixed in SVN #: View VCS: none Milestone: 4.1.0

Search



Quick Links

User menu

Not signed in.

Misc Menu