Hi,
a very powerfull function is the strfmt-command,
it can convert every base-datatype into a str.
for example:
date d = systemdateget();
real r = 3.141592;
str s;
;
s = strfmt("text %1 and %2",d,r);
so s will be "text 08.11.2004 and 3.14"
the first variable will be placed at %1,
the second variable will be placed at %2,
etc...
but there are not format-options like num2str, int2str, date2str,....
bxe,
Sebastian
-----Original Message-----
From: Danang Ismu Suryonugroho
[mailto:[EMAIL PROTECTED]
Sent: Monday, November 08, 2004 4:32 AM
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Box and integer / text
You can use function
- num2str(real number,int character,int decimal,int separator,int
separator2)
- int2str(int Integer)
Hope it's help
~I can do everything through HIM who gives me strength~
-----Original Message-----
From: affekatz [mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 5:43 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Box and integer / text
Im currently working on a class and need to display some variables
values ( in product builder ), and then i found the box command (
working very fine ) but it can only show text so my question is are
there any way to convert the integer to text or are there another box
command that can show integer and real ?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
Yahoo! Groups Links
| 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.

