Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting maps..
#7
I have a map converter app... i'm going home tomorrow because the semester is over for me, but try to catch me on GTalk tomorrow night.

Basically what dave is saying is that you take the old UDT... for instance

Data1
Data2
Data3

And you put that into the "OldMapRec" UDT, and then you put all of your current stuff into the MapRec UDT (both of these are in the converter)... e.g.,

Data1
Data2
Data3
Data4



Then, you would just simply do this

Map(i).Data1 = OldMap(i).Data1
Map(i).Data2 = OldMap(i).Data2
Map(i).Data3 = OldMap(i).Data3
Map(i).Data4 = 0

4 would be zero, because it wouldn't have gotten a value from the previous maprec, because data4 never existed. but yeah, just get in touch with me tomorrow and i can send it your way.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)