IBAN Validation

15 posts / 0 new
Last post
MagiBzh
Offline
Joined: 07/10/2015 - 04:15

hum sorry for the size, is there a way to resize it ? ^^

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Not a problem, that gave me a hint.  Actually I think i figured out what the problem is.  Seems like when you export it changes the $ to amp& which is the html code for it.  I need to experiment a bit more to fix this but at least I know what I am looking for now.

Thanks

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Magi,

Been looking at this a bit more.  It looks like the problem is with the way IDEA saves the file in which it changes the & to & which is how html would translate it.  My guess is that because you are using unicode it isn't doing the translation properly.

I don't have access to the unicode version so I can't test this out.  If you can open up the code in IDEA through the Custom Functions menu in the Equation Editor and change all the &amp; to & and the &lt;&gt; to <> hopefully that will get it working for you.

Good luck.

Brian

MagiBzh
Offline
Joined: 07/10/2015 - 04:15

Hi Brian,
Thank you for the precision, it worked :D
Br,
MagiBzh

Pages