|
From: Kalus M. <mic...@on...> - 2010-07-04 12:32:11
|
Hi. Am 04.07.2010 um 13:09 schrieb pito: > Andy, > No, the wordlist is as printed out with "words". So lefthandside are > the newest defined. > Pito > .. >>>> words >>> navigate distance position sinus sinus speed height >>> sinus .... >>> navigate is last defined word. If position, distance and navigate use sinus, they use the 3rd (latest) sinus defined. If speed and height use sinus, they use the first sinus. Second sinus is not uses at all. If you want speed and height and position and distance and navigate all use the same sinus do it like this: defere sinus : sinus1 <some.code> ; ' sinus1 is sinus And later my be you have a : sinus2 <some.other.code> ; Now you can say ' sinus2 is sinus So this way they all use the same sinus. Michael |