cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
733
Views
10
Helpful
3
Replies

Convert Double to String

scott.searle
Level 1
Level 1

How can I convert a Double to String variable?

3 Replies 3

scott.searle
Level 1
Level 1

I got this working

Gold star for Scotty. YAY!!

For the people who are reading this, looking for a solution.

Variables:

Double dblPaymentAmount = 134.56

String strPaymentAmount = ""

Steps:

Set strPaymentAmount = Double.toString(dblPaymentAmount)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: