playMaker

Author Topic: somebody Help me! I want use Uint32 variable.  (Read 1496 times)

rainvill

  • Playmaker Newbie
  • *
  • Posts: 2
somebody Help me! I want use Uint32 variable.
« on: September 22, 2014, 11:23:05 PM »
My server suport team. Use Uint32 variables.

But, Playmaker has not Uint32 variables.
How I can do?

Ps. Sorry, I'm not Good English speaker.(I knew, also. =P)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: somebody Help me! I want use Uint32 variable.
« Reply #1 on: September 23, 2014, 12:43:47 AM »
Hi,

 I am currently working on uLink, and I am facing this issue too.


Basically, use Convert.ToInt32() when you want to send data to them, and when reading, then it auto converts fine.

 So, somewhere along the process you'll have to create a method that use this conversion.

 Can you explain more about the context? is this value within a stream between your server and clients? or within a framework of some sort?

Bye,

 Jean

rainvill

  • Playmaker Newbie
  • *
  • Posts: 2
Re: somebody Help me! I want use Uint32 variable.
« Reply #2 on: September 23, 2014, 01:25:34 AM »
Thanks, You're Answer.

I got solve!! ;)