1. RE: MAKEDOC3.EXW

Dan:
I noticed the following problems:
1) MAKEDOC3 adds some indentations to the text, apparently at random. See
for example the line near the beginning starting with "Version 1.7...", that
is indented one position. Not very important, but I'd like to know why this
happens ;)
2) Comments in each function are chained together, while in the program they
are in separate lines (is this intentional?).
3) And, most important, in some functions the text after the old function
definition has disappeared. For example, for the And function, the comments
end with:

(Eberlein?). The old version is: global function And(object a)

while in the program they end with:

--The old version is:
--global function And(object a)
    --atom b
    --if atom(a) then
 --return a and 1
    --end if
    --b = 1
    --for i = 1 to length(a) do
 --b = b and And(a[i])
 --if not b then
     --return 0
 --end if
    --end for
    --return b
--end function
--Examples: And({7, 2, -6.76}) gives 1. And({9,0,-4}) gives 0.
--1 is returned for empty arguments.

So, not only the old version is missing, but the examples too.

Many thanks for your help.

----- Original Message -----
From: Dan Moyer <DANIELMOYER at prodigy.net>
To: EUforum <EUforum at topica.com>
Sent: Thursday, April 03, 2003 2:19 AM
Subject: Re: MAKEDOC3.EXW


>
> Ricardo,
>
> I downloaded your genfunc.e Version 1.7 - 2003/03/26, and its .htm file, &
> the .htm seems to work fine;  did you have to tweak it or something to
make
> it right, or am I not noticing something?  How exactly is MakeDoc3.exw not
> working as well as expected?  In the meantime, I'll have to look through a
> bunch of different versions to make sure ver. 3 is the most appropriate.
>
> Dan
>
> ----- Original Message -----
> From: <rforno at tutopia.com>
> To: "EUforum" <EUforum at topica.com>
> Sent: Tuesday, April 01, 2003 8:42 PM
> Subject: MAKEDOC3.EXW
>
>
> Dan:
> I tried to apply MAKEDOC3.EXW to the new version of my General Functions
> package, but it didn't work as well as expected. Will you please have a
look
> to the HTM output and the GENFUNC.E (you can download them from the Eu
site)
> and see what is the problem?
> TIA.
>
> ==^^===============================================================
> This email was sent to: DANIELMOYER at prodigy.net
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu