What is the best way to use variable for Screen Resolution?
randomly select one of these:
320x568
375x667
414x736
768x1024
1024x1366
Can you please explain how to set a Double Value Type variable?
What is the best way to use variable for Screen Resolution?
randomly select one of these:
320x568
375x667
414x736
768x1024
1024x1366
Can you please explain how to set a Double Value Type variable?
You need 3 variables: a Table variable, a String variable and a Double variable. Then follow these steps:
1. Get a random value from Table variable, the Table variable saves multiple width values
2. Convert this String value to a Double value
3. Set the width of new screen resolution
This is the module and settings of initialize variable.