<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sun, 05 Apr 2026 03:51:17 +0200 -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Wiki MSX Village]]></title>
		<atom:link href="https://msxvillage.fr/syndication/rss/wiki/15" rel="self" type="application/rss+xml"/>
		<link>https://www.msxvillage.fr</link>
		<description><![CDATA[Derniers articles de la catégorie L]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
		
		<item>
			<title><![CDATA[LINE]]></title>
			<link>https://msxvillage.fr/wiki/line</link>
			<guid>https://msxvillage.fr/wiki/line</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LINE</span></strong></legend><div class="formatter-content">Instruction qui permet de dessiner une ligne ou un rectangle plein ou vide en mode graphique, ou option pour ce qui concerne une entrée au clavier ou par fichier (voir <a href="https://msxvillage.fr/wiki/input">INPUT</a> pour cette option).<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/line">LINE</a> [<a href="https://msxvillage.fr/wiki/step">STEP</a>] (abscisse d'origine, ordonnée d'origine) &#8211; [<a href="https://msxvillage.fr/wiki/step">STEP</a>] (abscisse d'arrivée, ordonnée d'arrivée)[, couleur][,B][F][, opérateur logique]</td>
     </tr>
</table><br />
<br />
Les crochets indiquent un contenu optionnel.<br />
<br />
Le <a href="https://msxvillage.fr/wiki/step">STEP</a> permet d'utiliser le dernier point affiché comme origine pour les coordonnées qui le suivent.<br />
<br />
Le paramètre B indique que c'est un rectangle vide qu'il faut créer (en prenant comme diagonale la ligne induite par l'instruction <a href="https://msxvillage.fr/wiki/line">LINE</a>.<br />
Si au lieu de B on met BF, ce sera un rectangle plein qui sera affiché.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">10 <a href="https://msxvillage.fr/wiki/screen">SCREEN</a> 2<br />
                               20 <a href="https://msxvillage.fr/wiki/for">FOR</a> I = 0 <a href="https://msxvillage.fr/wiki/to">TO</a> 191 <a href="https://msxvillage.fr/wiki/step">STEP</a> 5<br />
                               30 <a href="https://msxvillage.fr/wiki/line">LINE</a> (0,I) &#8211; (255,191-I)<br />
                               40 <a href="https://msxvillage.fr/wiki/next">NEXT</a> I<br />
                               50 <a href="https://msxvillage.fr/wiki/for">FOR</a> I = 0 <a href="https://msxvillage.fr/wiki/to">TO</a> 255 <a href="https://msxvillage.fr/wiki/step">STEP</a> 5<br />
                               60 <a href="https://msxvillage.fr/wiki/line">LINE</a> (I,191) &#8211; (255-I,0)<br />
                               70 <a href="https://msxvillage.fr/wiki/next">NEXT</a> I<br />
                               80 <a href="https://msxvillage.fr/wiki/goto">GOTO</a> 80</td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat en images</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><img src="https://msxvillage.fr/wiki/images/line.jpg" alt="" class="valign_" /></td>
    </tr>
</table><br />
<br />
Joli non ?<br />
</div></fieldset>]]></description>
			<pubDate>Mon, 09 Aug 2010 14:52:23 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LIST]]></title>
			<link>https://msxvillage.fr/wiki/list</link>
			<guid>https://msxvillage.fr/wiki/list</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LIST</span></strong></legend><div class="formatter-content">Commande qui permet d'afficher le listing d'un programme ou une partie de celui-ci.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/list">LIST</a>[numéro de ligne[-[numéro de ligne]]]</td>
    </tr>
</table><br />
<br />
Les crochets signifient que le contenu est optionnel.<br />
<br />
<h3 class="formatter-title">Remarque :</h3><br />
Précédé de <a href="https://msxvillage.fr/wiki/key">KEY</a>, on obtient la liste du contenu des touches de fonction.<br />
<br />
</div></fieldset>]]></description>
			<pubDate>Wed, 28 Oct 2009 12:31:27 +0100</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LPRINT]]></title>
			<link>https://msxvillage.fr/wiki/lprint</link>
			<guid>https://msxvillage.fr/wiki/lprint</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LPRINT</span></strong></legend><div class="formatter-content">Instruction qui permet d'écrire un caractère, une variable, etc... sur l'imprimante connectée au MSX.<br />
<br />
Voir <a href="https://msxvillage.fr/wiki/print">PRINT</a><br />
<br />
</div></fieldset><br />
<br />
<br />]]></description>
			<pubDate>Wed, 28 Oct 2009 08:54:48 +0100</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LOCATE]]></title>
			<link>https://msxvillage.fr/wiki/locate</link>
			<guid>https://msxvillage.fr/wiki/locate</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LOCATE</span></strong></legend><div class="formatter-content">Instruction qui permet de positionner le curseur à une place donnée sur l'écran.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/locate">LOCATE</a> abscisse[,ordonnée]</td>
     </tr>
</table><br />
<br />
Les crochets indiquent un contenu optionnel.<br />
<br />
La valeur de l'abscisse dépendra de la largeur d'écran employée (voir <a href="https://msxvillage.fr/wiki/width">WIDTH</a>).<br />
Par défaut, l'affichage se fait sur 37 colonnes, la valeur de l'abscisse est donc entre 0 (le plus à gauche) et 36 (le plus à droite).<br />
<br />
Les ordonnées varient entre 0 et 23.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">10 <a href="https://msxvillage.fr/wiki/locate">LOCATE</a> 13,11<br />
                               20 <a href="https://msxvillage.fr/wiki/print">PRINT</a> « MSX VILLAGE »<br />
                               30 <a href="https://msxvillage.fr/wiki/end">END</a></td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">MSX VILLAGE sera affiché de façon à peu près centrée sur l'écran.</td>
    </tr>
</table><br />
<br />
</div></fieldset>]]></description>
			<pubDate>Mon, 26 Oct 2009 12:44:41 +0100</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LOF]]></title>
			<link>https://msxvillage.fr/wiki/lof</link>
			<guid>https://msxvillage.fr/wiki/lof</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LOF</span></strong></legend><div class="formatter-content">Fonction qui renvoie la taille en octets d'un fichier.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/lof">LOF</a>(numéro de fichier)</td>
     </tr>
</table><br />
<br />
Afin de pouvoir lancer la fonction, le fichier dont la taille est à déterminer doit évidemment être ouvert.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">10 <a href="https://msxvillage.fr/wiki/open">OPEN</a> « A :VILLAGE.DAT » <a href="https://msxvillage.fr/wiki/for">FOR</a> <a href="https://msxvillage.fr/wiki/input">INPUT</a> AS #1<br />
                               20 <a href="https://msxvillage.fr/wiki/print">PRINT</a> <a href="https://msxvillage.fr/wiki/lof">LOF</a>(1)<br />
                               30 <a href="https://msxvillage.fr/wiki/close">CLOSE</a> #1<br />
                               40 <a href="https://msxvillage.fr/wiki/end">END</a></td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Le programme affichera la taille en octets du fichier « VILLAGE.DAT » situé sur la disquette du lecteur A.</td>
    </tr>
</table><br />
<br />
</div></fieldset>]]></description>
			<pubDate>Mon, 26 Oct 2009 09:24:16 +0100</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LEFT$]]></title>
			<link>https://msxvillage.fr/wiki/left</link>
			<guid>https://msxvillage.fr/wiki/left</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LEFT$</span></strong></legend><div class="formatter-content">Fonction qui renvoie une portion de chaîne constituée de caractères situés à la gauche de celle-ci.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/left">LEFT$</a> (« chaîne de caractères », nombre de caractères)</td>
     </tr>
</table><br />
<br />
La chaîne de caractères peut être remplacé par une variable de même type (ex : <a href="https://msxvillage.fr/wiki/left">LEFT$</a>(A$, 3) ).<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">10 A$= « MSX VILLAGE »<br />
                               20 <a href="https://msxvillage.fr/wiki/print">PRINT</a> <a href="https://msxvillage.fr/wiki/left">LEFT$</a>(A$,3)<br />
                               30 <a href="https://msxvillage.fr/wiki/end">END</a></td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Le programme affichera : « MSX », soit les 3 premiers caractères en partant de la gauche de la chaîne A$.</td>
    </tr>
</table><br />
<br />
<h3 class="formatter-title">Remarque :</h3><br />
Ne pas oublier que les espaces dans les chaînes sont comptés comme caractères.<br />
</div></fieldset>]]></description>
			<pubDate>Thu, 22 Oct 2009 15:45:20 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LEN]]></title>
			<link>https://msxvillage.fr/wiki/len</link>
			<guid>https://msxvillage.fr/wiki/len</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LEN</span></strong></legend><div class="formatter-content">Fonction qui renvoie le nombre de caractères contenu dans une chaîne.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/len">LEN</a> (« chaîne de caractères »)</td>
     </tr>
</table><br />
<br />
La chaîne de caractères peut évidemment être remplacé par une variable de même type (ex : <a href="https://msxvillage.fr/wiki/len">LEN</a>(A$).<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">10 A$= « MSX VILLAGE »<br />
                               20 <a href="https://msxvillage.fr/wiki/print">PRINT</a> « La chaîne » ;A$ ; « comporte » ;<a href="https://msxvillage.fr/wiki/len">LEN</a>(A$) ; « caractères »<br />
                               30 <a href="https://msxvillage.fr/wiki/end">END</a></td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Le programme affichera : « La chaîne MSX VILLAGE comporte 11 caractères ».</td>
    </tr>
</table><br />
<br />
<h3 class="formatter-title">Remarque :</h3><br />
Ne pas oublier que les espaces dans les chaînes sont comptés comme caractères.<br />
</div></fieldset>]]></description>
			<pubDate>Thu, 22 Oct 2009 14:49:27 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LOAD]]></title>
			<link>https://msxvillage.fr/wiki/load</link>
			<guid>https://msxvillage.fr/wiki/load</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LOAD</span></strong></legend><div class="formatter-content">Commande qui permet de charger un programme dans la mémoire de l'ordinateur.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/load">LOAD</a> « lecteur : nom de fichier »[,R]</td>
     </tr>
</table><br />
<br />
Les crochets indiquent un contenu optionnel.<br />
<br />
L'option R permet au programme de s'exécuter après avoir été chargé.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/load">LOAD</a> «A :VILLAGE.BAS »,R</td>
             </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Résultat</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Le programme VILLAGE.BAS situé sur le lecteur de disquettes A sera mis en mémoire, puis exécuté.</td>
    </tr>
</table><br />
<br />
<h3 class="formatter-title">Remarque : </h3><br />
<br />
<a href="https://msxvillage.fr/wiki/load">LOAD</a> peut servir aussi à charger les programmes sur cassettes. Cependant, il faut impérativement que ceux-ci aient été sauvegardés à l'aide de la commande <a href="https://msxvillage.fr/wiki/save">SAVE</a>.<br />
<br />
</div></fieldset>]]></description>
			<pubDate>Thu, 22 Oct 2009 12:12:21 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[L]]></title>
			<link>https://msxvillage.fr/wiki/l</link>
			<guid>https://msxvillage.fr/wiki/l</guid>
			<description><![CDATA[Liste des instructions commençant par L :]]></description>
			<pubDate>Tue, 20 Oct 2009 10:57:25 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[LFILES]]></title>
			<link>https://msxvillage.fr/wiki/lfiles</link>
			<guid>https://msxvillage.fr/wiki/lfiles</guid>
			<description><![CDATA[<fieldset class="formatter-container formatter-fieldset" style=""><legend><strong><span style="font-size: 20px;">LFILES</span></strong></legend><div class="formatter-content">Commande qui imprime une liste de fichiers se trouvant sur un disque.<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Syntaxe</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><a href="https://msxvillage.fr/wiki/lfiles">LFILES["nom de lecteur : [nom de fichier]"]</a></td>
    </tr>
</table><br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Exemple</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Pour afficher le contenu d'une disquette dans le lecteur A :<br />
                               <a href="https://msxvillage.fr/wiki/files">LFILES</a><br />
                               Pour afficher les fichiers d'extension .COM situés sur le lecteur B :<br />
                               <a href="https://msxvillage.fr/wiki/files">LFILES</a>"B :*.COM"</td>
             </tr>
</table><br />
<br />
<h3 class="formatter-title">Remarque :</h3><br />
Cette commande n'est disponible qu'en Disk-Basic. Il est inutile de la tester sur un MSX1 dépourvu de lecteur de disquettes ! Il est aussi évident qu'une imprimante connectée à votre MSX est tout aussi nécessaire !<br />
<br />
Voir aussi <a href="https://msxvillage.fr/wiki/files">FILES</a><br />
</div></fieldset>]]></description>
			<pubDate>Fri, 16 Oct 2009 17:32:20 +0200</pubDate>
			
		</item>
		
	</channel>
</rss>
