|
killunix Beginner
Joined: 18 Nov 2007 Posts: 28
|
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Sun Jan 13, 2008 4:26 pm |
Something like %replace("123,456", ",", "") should work. See %replace.
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Jan 13, 2008 6:16 pm |
If you are getting the number from a trigger, try switching the %d to a %n. The %n will match comma-delimited numbers and will automatically remove the comma for you.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Mon Jan 14, 2008 12:11 am |
You could also use %subchar("123,456",","), but Matt's way is best.
|
|
|
|
|
|