04-22-2013, 05:44 AM
Gintaras Wrote:Or convert to string when sending message. Then don't need to change anything in dialog code.
double d=1.5
SendMessage ... ... ... F"{d}"
Oh okay, I got it to work with your first example, but that looks cleaner.
Thankyou!