Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] making objects from block content

From: moeller_thorsten::gmx::de at: 26-Jun-2002 13:37

Hi List, i have some trouble with objects. i have an object-prototype from which i want to produce new objects. As well i have a block containing number, which should be the new objects name like this. a: ["2134324" "45674587" "34503"] the new object should look like this: 2134324: make prototype [ ID: 2 Pos: 3 .....] this object should be stored in a bigger block and saved to disk, so that i can load it later and search for specific objects. Hope anybody understands what i try to achieve. Any ideas are welcome!!!! Thorsten