Michelle Steiner <michelle.DeleteThis@michelle.org> wrote:
> By the way, you can simplify the code to this; you do not need the
> Finder for this code:
>
> property wSal : 2000
> repeat
> set w to display dialog "salary?" default answer wSal
> set wSal to text returned of w
> display dialog wSal
> --processing of wSal
> end repeat
That works great! thanks a lot.
Pierre
>> Stay informed about: Why this script doesn't work ?