At 12:24 -0400 6/4/04, Junginger, Johann wrote:
>This is going to be a na�ve question after this thread has been going on for
>so long, but can anyone send me (or point me to) a LV7 (or earlier) example
>of recursion? It sounds very interesting but I am having trouble wrapping my
>head around this concept.

<http://sthmac.magnet.fsu.edu/labview/vi_library.html>

Near the bottom of the page is a recursive calculation of the factorial function.  
Versions in LV 6 and 6.1.  The factorial is a classic example of recursion since it is 
a trivial definition recursively.

N! = N * (N-1)! ; N>1
N! = 1 ; N=1

-Scott



Reply via email to