Tony Johansson
2016-11-29 18:01:00 UTC
Hello!
This is pseducode
Note n can be any number from 0 to 99.
If the string n = 0 then
string result = ">000:0"
If the string n = 3 then
string result = ">300:0"
If the string n = 27 then
string result = ">270:0"
I can solve this by using normal if clause and contenate but I hope someone
have a better shorter solution
//Tony
This is pseducode
Note n can be any number from 0 to 99.
If the string n = 0 then
string result = ">000:0"
If the string n = 3 then
string result = ">300:0"
If the string n = 27 then
string result = ">270:0"
I can solve this by using normal if clause and contenate but I hope someone
have a better shorter solution
//Tony