I had to write a small program, to generate two random numbers and when they dont meet a criteria to repeat the step again...
How ever i get error number : 940
Illegal use of junctions inside of feedback cycles
I have attached my program herewith...any help will be greatly appreciated
Grrrrrrrrrrrrrrrr... the attach file option is missing *****************************
How ever i get error number : 940
Illegal use of junctions inside of feedback cycles
I have attached my program herewith...any help will be greatly appreciated
Grrrrrrrrrrrrrrrr... the attach file option is missing *****************************
Loops in VEE are arguably the most striking thing you'll find coming from another language. In my opinion ( if you're interested! ) they are still logical especially when viewed as a 'flow diagram'. I wrote a mini-tutorial some while ago which can be found at http://www.preciselyso.co.uk/vee-resour ... us#tipFind which I hope covers the basics as well as some more sophistcated techniques.
It is difficult to comment without seeing your code but I would guess you have a feedback loop without a 'start' point: normally you have a constant ( e.g. text constant ) connected to one input of a junction ( with the starting value ); an iterator triggering a formula object ( the processing in the loop ) and the output of the formula connected to the other junction input; the output of the junction to the formula object.
If you cannot attach a program you can paste in a screenshot...
HTH,
Mike Watts