Are there any useful guides to convert SS1 to SS2? I’m not a hardcore developer but understand code. We’ve got a legacy script that needs updating and improving performance.
k
karlenigma
08/02/2022, 10:14 PM
Not really any useful guides. I am converting and refactoring SS1 to SS2.1 all the time but takes some head work.
The biggest thing to note is that SS 1.0 had functions for time & date manipulation that don’t exist in SS 2.0, and require the use of a third-party library to achieve the same functionality instead.