Forum Discussion
360tv
13 years agoStreaming Star
So for anyone reading this thread who needs to know what I did to get this working, I used;
where strtio() converts a string to an integer. A function I spent all day tracking down, since I could not find it in any of the SDK documentation anywhere.
screen.AddRatingButton(3, 0, strtoi(showList[showIndex].starrating))
where strtio() converts a string to an integer. A function I spent all day tracking down, since I could not find it in any of the SDK documentation anywhere.