Post Reply 
TEXTOUT_P: export graphic?
05-27-2015, 10:12 AM
Post: #1
TEXTOUT_P: export graphic?
hi,
I've this function
Code:

labelmat()
BEGIN
  RECT_P();
  TEXTOUT_P("Labels of the matrices", 10, 20, 3, RGB(255, 0, 0));
  TEXTOUT_P("SL: Straight Line method", 10, 40, 3, RGB(0,255,0));
  TEXTOUT_P("Depr. expence | Accum. dep. year-end", 10, 60);
  TEXTOUT_P("| Book value y-end | Remaining val", 10, 75);
  TEXTOUT_P("DB: Declining Balance method", 10, 95, 3, RGB(0,255,0));
  TEXTOUT_P("Dep rate | D. expence | Accum. d. year-end", 10, 110);
  TEXTOUT_P("| Book val y-end | Remaining val", 10, 125);
  TEXTOUT_P("SOYD: Sum of the Years Digits method", 10, 145, 3, RGB(0,255,0));
  TEXTOUT_P("Depr. Base | D. rate | D. expence ", 10, 160);
  TEXTOUT_P("| Acc. dep. year-end | Book val y-end ", 10, 175);
  TEXTOUT_P("| Remaining val", 10, 190);
  WAIT;
  smenu();
END;

I would like to export the graphic (or the text inside graphic) into a var, or make it available for the user after the program ending.
Is there a way to do this?

Salvo

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TEXTOUT_P: export graphic? - salvomic - 05-27-2015 10:12 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:55 AM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 11:11 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 11:24 AM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 12:48 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 05:21 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 05:38 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 07:22 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 07:36 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 08:08 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 09:46 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:14 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:06 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:19 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-28-2015, 07:48 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:37 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:56 PM



User(s) browsing this thread: 1 Guest(s)