Hi, sorry I explained wrongly.
What I'm looking for is something like UCase, LCase function
Tanks
nicolaan wrote:
>
>Hi Luis,
>
>I don't understand your 1st question.
>The 2nd is easy.
>
>In your classDeclaration add a variable from extended data
>type "LanguageIdAll" for language like this:
>LanguageIdAll language;
>Now add the "new" method to your class.
>void new(LanguageIdAll +AF8-language)
>+AHs-
> language = +AF8-language;
>+AH0-
>
>The extended data type "LanguageIdAll" uses the
>table "LanguageTable". So there you should define your language if
>it's not yet there.
>That's all. Now in your class in any (non static) method you can use
>the variable language to find out what language you used.
>
>Regards,
>
>Nico
>
>
>--- In development-axapta+AEA-yahoogroups.com, "gui+AF8-opentv"
><luis.guilherme+AEA-u...> wrote:
>
>
>>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 Links
>
><+ACo-> To visit your group on the web, go to:
> http://groups.yahoo.com/group/development-axapta/
>
><+ACo-> To unsubscribe from this group, send an email to:
> development-axapta-unsubscribe+AEA-yahoogroups.com
>
><+ACo-> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
>
>
>
>
>
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:
http://docs.yahoo.com/info/terms/