The online racing simulator
mapping
Is it possible to use mapping in lapper ?


Like this:
$carNames = {
"DF234F" == "car 1"
"BD8E56" == "car 2"
etc....
];
** Best answer **
you can use arrays for this.

Globalvar $CarNames;
$CarNames["DF234F"] = "Full CarName 01";
$CarNames["BD8E56"] = "Full CarName 02";

Thanks. Smile

FGED GREDG RDFGDR GSFDG