Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Splankton on January 26, 2015, 10:26:57 AM

Title: How to get 2 int variables, from one 2 digit variable?[SOLVED]
Post by: Splankton on January 26, 2015, 10:26:57 AM
If I have a 2 digit int, how can I extract each digit as its own int variable?
Title: Re: How to get 2 int variables, from one 2 digit variable?
Post by: Lane on January 26, 2015, 10:30:20 AM
You cab convert it to a string and use get substring.
Title: Re: How to get 2 int variables, from one 2 digit variable?
Post by: Splankton on January 26, 2015, 10:43:16 AM
You cab convert it to a string and use get substring.

Ok, thanks