Search found 5 matches

by Raziel
Mon May 24, 2010 10:02 pm
Forum: General discussion
Topic: Read Array data (from file) and use it
Replies: 8
Views: 8801

Hey, thank you again Kjell!

Code: Select all

Array[MapX.Iteration,MapY.Iteration] = Data;
That is what I needed. I have to dump it itno a temporary variable before storing into an array. Slowly I start understanding...

Will try more and continue.

Thank you very much!
by Raziel
Mon May 24, 2010 9:35 pm
Forum: General discussion
Topic: Read Array data (from file) and use it
Replies: 8
Views: 8801

I produce a crash :oops: I make a loop with as many iterations as SizeDim1 or SizeDim2 During my iterations I want to use FileMoveData item but I don't know how? Here the not messed up file. (removed my attemps) Reading into variable works. Reading out and drawing out of array too now (thanks) but r...
by Raziel
Mon May 24, 2010 5:32 pm
Forum: General discussion
Topic: Read Array data (from file) and use it
Replies: 8
Views: 8801

Ok, got it :D

If you could make such a simple example for the loading process it would be great.
Just a textfile loaded into a two dimensional array.
It is a For loop right?
by Raziel
Mon May 24, 2010 4:58 pm
Forum: General discussion
Topic: Read Array data (from file) and use it
Replies: 8
Views: 8801

Ok, float is my first choice now :)

Still i can't draw a value out of the array.
In the RanderText Item i can enter MyVariable.value in the TextFloatRef field and it displays something but how to draw e.g. MyArray[1,1] ?
Or any other value out of the array...
by Raziel
Mon May 24, 2010 4:14 pm
Forum: General discussion
Topic: Read Array data (from file) and use it
Replies: 8
Views: 8801

Read Array data (from file) and use it

Hi, I'm new here and at first i would like to thank Shvillr for his help during my very first steps. I want to do a few things and it seems like I need your help. Right now I managed to load a value from a file into a variable and display this value in different colors depending on the value. I use ...