It will work?

Blitz3D Forums/Blitz3D Beginners Area/It will work?

for i=0 to 1000
map[i]=loadmesh (".\meshes\map"+i".b3d")
next
I need to load 1000 different map named map0, map1, map2 etc.
I cannot try it now i still working, and i'll write my own code in a word file..
it will work?

Aza

Change map[i] to map(i), and change (".\meshes\map"+i".b3d") to (".\meshes\map"+i+".b3d")
Also make sure you declare your arrays
dim map(1000)


should work, I supose you have some typing errors:
".\meshes\map"+i".b3d"
I try: "..\meshes\map" + i + ".b3d"
thinking in access to a directory meshes\map one level up from the application.

No meshes is in the same directory. I don't know i'll use the point (i can write like this "\meshes\map) but i like in this way and it surely work (all my program is writed like this)
In the dos system cd. is like this directory.
Thanks for the + i forgot it :)

For killerx i think to use blitz array for this do you think is better normal array?

Aza

Its ok

Normally I don´t use any slash to use a directory child of mine but remembering the old days, one period is me and two is for the parent. I forgot that and supose you miss one. My fault.

I didn´t fill an array of id's but I used a number inbetween as you intend to do and work.

I didn´t fill an array of id's but I used a number inbetween as you intend to do and work.

Sorry i don't understand.. Can you explain it with different word? My english is not perfect (italian!)

Aza

well

venvenutto, io sono uruguayo!

Any way trying to speak english (write)

In few words your idea will work.

Joseph appears to post at the same time I was writting, both says the same, joseph is clearer than me I guess.

try:

map(i) = loadmesh (".\meshes\map" + i + ".b3d")

io sono uruguayo!

Hey, wait a minute! I can understand Italian!! you are from Uruguay :)

Then translate this:
Azaratur e' l'uomo piu' intelligente del mondo!
:)

Aza

Sorry, I didn`t want to wrote words other's don´t understand. I'm from Uruguay, a little country in south america between the two ho probably any one out there know's : Brazil and Argentina.

(Moraldi sounds to me very Italian)

and aza say that`s he`s the most intelligent man in the world
I guess no one here is that, we are asking and trying to learn
isn't it?

This question was for moraldi!!
:)

Mmmm
I think Moraldi is from Greece (I read in his account) :)

Aza

Io sono Greco...
ok, you say something about intelligence (perhaps Azaratur is the most intelligence man of the world...???)
Sorry it looks Greek to me... (lol) :)

Edit: About 'Moraldi': I was inspired from the excellent game 'Where is in the world Carmen San Diego' (sorry if the title is not exactly correct). I was playing this game many, many years ago. It is true that 'Moraldi' sounds like an Italian name. I like it, besides I am lover of 1950-1960 Italian music...

Ok, that's the thing with nicnames that didn't represent ourselves. An italian looking as a Greek and a Greek loking as an Italian. My nicname's are actually my lastname, the day I filled the registration I read wrong (or not read at all!) and introduce first name, then last name.
By the way I used to play "Donde está Carmen San Diego" (in spanish) with my child's 10 year's ago or so.
And that's one of the first's and one of the last game's I paly. Sound extrange for a man ho's in a game software developer's forum. But the loop's of the life found me in this arena for now.

Best regards

Juan

There is a lot of difference from intelligence and knowledge (english in this case), but i am truly sure that is from greece for a person and greek is the languages..
By the way, maybe i wrong and i love my ignorance! :)
Azaratur it was the name of my dragon slayer in d&d!

Aza