VLS Roulette Forum

Roulette System Development & Testing => Roulette Coding Zone => Learning to code => Topic started by: MXkid77 on February 05, 2009, 09:23:25 AM

Title: RX Code...
Post by: MXkid77 on February 05, 2009, 09:23:25 AM
Does anyone know what language is used when coding systems for RX, I am trying to teach myself to code.
Title: Re: RX Code...
Post by: MXkid77 on February 06, 2009, 05:21:54 AM
If i have a 12 stage progression, how do i get RX to check bankroll, and reset the progression to stage 1 on a new bankroll high?

Also, do i list the progression (for example) like this:

1,2,3,4,5,6,7,8,9,2,3,4,5,6,7,8,9,10,3,4 etc

or like this

Progression 1 (1,2,3,4,5,6,7,8,9)
Progression 2 (2,3,4,5,6,7,8,9,10)
Progression 3 (3,4, etc
Progression 4 (
Etc

Any help would be greatly appreciated.
Title: Re: RX Code...
Post by: VLSroulette on February 07, 2009, 08:10:04 PM
MX, first way to learn RX is to consult its embedded help.

Also, there are MAGNOX RX tutorials for you to start with:
nolinks://vlsroulette.com/roulette-coding-zone/how-to-code-rx-dozencolumn-part-1/ (nolinks://vlsroulette.com/roulette-coding-zone/how-to-code-rx-dozencolumn-part-1/)

Remember there are also other languages to make your programming code with! Some may argue even easier to learn (and more useful as you can leverage your skills to non-roulette areas) than RX.

Kind regards,
Victor

Title: Re: RX Code...
Post by: MXkid77 on February 09, 2009, 04:28:04 AM
Thanks for the info Victor,

Any ideas on which language would be the best overall package to focus my attention on??
Title: Re: RX Code...
Post by: VLS on March 10, 2012, 12:22:47 AM
Quote from: MXkid77 on February 09, 2009, 04:28:04 AM
Any ideas on which language would be the best overall package to focus my attention on??

For windows programming, you can't go wrong with either Visual Basic or C# :)