articles/dicorebol-fr/to-path.txt · Dernière modification: 07/05/2005 00:23

EN: rebol.com - rebol.org - rebol.net -
FR: Rebol Documentation Project - forum RebelBB - rebol-france.org - forum codeur -

 

To-path - Détail de la fonction

En résumé :

Convertit une valeur en une autre de type PATH.

Utilisation :

to-path valeur

Arguments :

valeur - L’argument “valeur”.

Description :

Convertit une valeur en une autre de type PATH.

    colors: make object! [ reds: ["maroon" "brick" "sunset"] ]
    p-reds: to-path [colors reds]
    print form :p-reds
    colors/reds
    print p-reds
    colors/reds
    insert tail p-reds "bright"
    print colors/reds
    maroon brick sunset
    print p-reds
    colors/reds/"bright"

Fonctions en relation :

to - Construit et retourne une nouvelle valeur après conversion.

Version anglaise officielle :

 
  articles/dicorebol-fr/to-path.txt · Dernière modification: 07/05/2005 00:23
 
Fil RSS: Recent changes RSS feed
Valid XHTML 1.0 Valid CSS Powered by PHP Driven by DokuWiki
Hébergement par Spinodo