QUICK TIP: Creating counting numbers with RailClone (intermediate)

NOTE: since this tutorial was recorded the expressions syntax has changed. In RC3 and greater, expressions should be preceded with “return“ and terminated with a semicolon “;“ For example: return mod(SegmentXCounter/100,10) 1; Please remember to adapt any expressions shown in this video. For some styles, it is necessary to create numbers that increment for each segment. In this Tips and Tricks episode, we look at two ways to create sequences of numbers. The first example illustrates how to create a se
Back to Top