Hi,

 No. But I think this one could be enough:

  IupSetAttribute(text, "MASK", "[+/-]?(/d+/./d/d)");

 It will match + or - signs if any, any digit, a period followed by two
digits. If you don't wnat the +/- signs just remove up to ? (inclusive).

Best,
Scuri


On Tue, Sep 15, 2015 at 7:43 AM, Ranier VF <ranier_...@hotmail.com> wrote:

> Hi, good morning.
>
> Exist any example real usage IupText with "MASK" attribute,
> working with currency values?
>
> Thanks in advance.
>
> Ranier
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to