Is there is any built in function in qtp for changing the currency. - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Is there is any built in function in qtp for changing the currency. (/Thread-Is-there-is-any-built-in-function-in-qtp-for-changing-the-currency) |
Is there is any built in function in qtp for changing the currency. - kannan - 04-10-2009 Is there is any built in function in qtp for changing the currency. Question: Write the scripts that takes the value 2000111.4 and displays it as $2,000,111.40' I know this dollar value can be converted via this built in function ("Format Currency"). What is the way to display the other currency. Regards, Kannan RE: Is there is any built in function in qtp for changing the currency. - papu - 04-10-2009 Hi, Please use CCur(String Value) Hi, Please use CCur(String Value).For other currency try to concardinate. |