Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Définition:
Cette fonction permet de visualiser une image bitmap (format BMP). L'image ne doit pas comporter plus de 256 couleurs (format 8 bits).
Elle lance le programme installé sur l'ordinateur qui est associé au format de fichier passé en paramètre.

Syntaxe:
SilVoirBitmap(p1$,p2$)
SVB(p1$,p2$)

  • p1$ : Titre du bitmap

  • p2$ : Nom du fichier bitmap (.BMP)

Exemple:
SilVoirBitmap("Bitmap","C:\WINDOWS\IMAGE")
SilVoirBitmap("Image de l'article : "+i44701$,i44701$)

  • No labels