Brightsign Object Reference Manual (FW 5.1) Manuel d'utilisateur Page 34

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 341
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 340 341

Commentaires sur ces manuels

Pas de commentaire