Brightsign Object Reference Manual (FW 5.1) Manual de usuario Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 341
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
26
Example: An integer value of 5 is converted to type roInt automatically because the AddTail() method expects a
BrightScript Object as its parameter.
BrightScript> list=CreateObject("roList")
BrightScript> list.AddTail(5)
BrightScript> print type(list.GetTail())
Example: Here the ListDir() method returns an roList object containing roString objects:
BrightScript> l=ListDir("/")
BrightScript> for i=1 to l.Count():print l.RemoveHead():next
test_movie_3.vob
test_movie_4.vob
test_movie_1.vob
test_movie_2.vob
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 340 341

Comentarios a estos manuales

Sin comentarios