playMaker

Author Topic: [SOLVED]replace a single Character ?  (Read 1581 times)

Gida

  • Playmaker Newbie
  • *
  • Posts: 48
[SOLVED]replace a single Character ?
« on: March 14, 2016, 09:55:19 AM »
Hi,

i feed a Float converted to a string into the Text component of a Text mesh.
But there is a dot to divide the numbers. Do you know the best way to replace it with a comma?

Greetz
« Last Edit: March 14, 2016, 11:03:02 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: replace a single Character ?
« Reply #1 on: March 14, 2016, 09:56:36 AM »
Hi,

 Simply use "String Replace" action. Have you tried it already?

Bye,

 Jean

Gida

  • Playmaker Newbie
  • *
  • Posts: 48
Re: replace a single Character ?
« Reply #2 on: March 14, 2016, 09:59:17 AM »
No I was thinking about it, but when I saw you were online I wanted to save time by just asking :D Will try! Thanks

Gida

  • Playmaker Newbie
  • *
  • Posts: 48
Re: replace a single Character ?
« Reply #3 on: March 14, 2016, 10:03:46 AM »
Worked Perfect. Thanks Jean :)