1. dde + Re: Re: goto's, and loops

----- Original Message -----
From: Lewis Townsend <keroltarr at HOTMAIL.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Monday, August 02, 1999 3:18 PM
Subject: Re: goto's, and loops


> Hello,
>
> Kat wrote:
>
> >Ok, what
> >about "repeat-until" loops? I didn't see them in Euphoria either. It's a
> >"while-do" loop with the test at the end instead of the beginning.
>
> Here is Euphoria's repeat-until loop
>
> while not <expression> do
> end while
>
> Isn't it nice that a single construct can be used
> for more than 1 job.  I always thought that BASIC's
> do_until loop was redundant.

Well, umm, but a repeat-until is not the same as a while-do loop, the
repeat-until loop always executes once, the while-do one may not execute at
all. Of course, you can jump thru hurdles to simulate the repeat-until loop
with any other loop, just like using a "*flag" and repeated tests to
simulate a "goto".

I was wondering if someone has an example of a win95 dde they can refer me
to or send me. I have 942 files comprising 49Meg in the Eu directory, and
the only references to dde are in a win95 API listing, does anyone have some
*examples* i can see using dde? I did a search on the listserv archives,
lots of people asking questions, but no examples. I'll need to send and
recieve dde, the task is to establish a 2-way connection to mirc. Should i
use the winsock instead? Can anyone give me examples of that in win95 in Eu?
/me is almost begging now....

Kat

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu