Re: use of TRUE???
- Posted by "danielmoyer" <danielmoyer at prodigy.net> Dec 09, 2003
- 508 views
Whether TRUE is defined somewhere else or you need to define it in your program probably depends on what includes you might have in your program; in any case, if you just replace "TRUE" in the example with "1", that should suffice in either case. Dan Moyer ----- Original Message ----- From: "sixs" <sixs at ida.net> To: <EUforum at topica.com> Subject: use of TRUE??? > > > Hello, > I saw this example in Document > " > function look_at(sequence path_name, sequence entry) > -- this function accepts two sequences as arguments > printf(1, "%s\\%s: %d\n", > {path_name, entry[D_NAME], entry[D_SIZE]}) > return 0 -- keep going > end function > > exit_code = walk_dir("C:\\euphoria\\Mycars", routine_id("look_at"), > TRUE)" > How does TRUE exist? > Do I create a constant TRUE or does it exist in another file? > Jvandal > > > > TOPICA - Start your own email discussion group. FREE! > >