1st - type tree related - While testing 8.1 in the past I was just opening type trees in the tt maker but not really rebuilding. I just created a new 8.1 type tree and went to build the tree and the analysis icon is for logic only. I searched the Menu options and found the option I wanted, analize logic and structure. I was not able to add this option to the tool bar. Am I missing something?
2nd - Map designer - testing the Random number function. I created a map with one output, an element defined as integer. builds fine. then I created a funtional map with using an index as the sole input, test_rand(index$). The in the map with the fmap the integer is art of a group that is 1-100.
The following rule builds fine...
if (index_value < 10, 1)
This one gives me errors...
if (index_value < 10, mathlib->RAND( ))
In this case I get popups during the build 'opcode=109 @ 5089' and 'opcode=109 @ 3453'. Of course, because of our company standards I can't run eclypse on our machines so I can't use help. Any thoughts on why the second map gets the errors?
2nd - Map designer - testing the Random number function. I created a map with one output, an element defined as integer. builds fine. then I created a funtional map with using an index as the sole input, test_rand(index$). The in the map with the fmap the integer is art of a group that is 1-100.
The following rule builds fine...
if (index_value < 10, 1)
This one gives me errors...
if (index_value < 10, mathlib->RAND( ))
In this case I get popups during the build 'opcode=109 @ 5089' and 'opcode=109 @ 3453'. Of course, because of our company standards I can't run eclypse on our machines so I can't use help. Any thoughts on why the second map gets the errors?