Hi guys,
I'm new to this, and will probably make some silly question, forgive me.
Here goes:
- How can I convert, in X++ a text case, from a string variable
- Is there any class that converts numbers to text representing those
numbers?
For the last one, I started a Class which works ok for Spanish (meaning
that it will return my passed number in full text) but I want to make it
international. How can I create a "property" that keeps my initialized
value to define for wich language I want to do the convertion.
For example, x = new xptoclass("enEN"); y = x.Convert2Text(234.2);
In Convert2Text, I want to be able to read the value of the parameter
for the "new" method.
By the way, anyone wants to contribute to make this class international,
adding methods for each language?
Regards,
Luis Guilherme
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

