home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Indart.cst / 00085_Script_85 < prev    next >
Text File  |  1997-10-14  |  1KB  |  29 lines

  1.  
  2. on DIDASCALIA  _text,  _linee , _name
  3.   --  global si_numero_linee,si_text,si_name,si_pos
  4.   --  set si_numero_linee to _linee
  5.   --  set si_text to _text
  6.   --  set si_name to _name
  7.   --  set si_pos to 1
  8.   global si_copia_video,attual_text
  9.   set si_copia_video to 498
  10.   duplicate member _text of castLib _name, member si_copia_video of castLib "internal"
  11.   
  12.   set the textheight of member  si_copia_video of castlib "internal" to 17
  13.   set attual_text to field si_copia_video
  14.   
  15.   duplicate member si_copia_video,499
  16.   set the textheight of member 499 to 17
  17.   
  18.   
  19. end
  20.  
  21.  
  22. --  DIDASCALIA e' una procedura che serve per visualizzare qualsiasi didascalia
  23. --  il testo da porre nello score e' deciso dalla variabile si_copia_video nel cast "internal" ed e posta 
  24. --  di default a 498
  25. --  _text : posizione membro (testo)
  26. --  _name : cast del membro _text
  27. --  _linee : numero linee da visualizzare (ci si piuo mettere cio che si vuole tanto si adatta alle dimensioni
  28. --  del field)
  29.