Ce que fait la commande
IsAbsolutePath prend szPath (une chaîne), et rend un entier.
Syntaxe
IsAbsolutePath(szPath string) → integerParamètres
| Nom | Type |
|---|---|
| szPath | string |
Chaque forme rend
integer
Exemple · engendré
DO Print(IsAbsolutePath("assets/data.dat")) Sync()LOOPIsAbsolutePath est appelé et sa réponse est affichée à chaque image. La boucle DO … LOOP n'est pas décorative : un programme BASIC classique s'arrête dès qu'il n'a plus de lignes, et c'est Sync() qui dessine l'image.