Code: Select all
#Book_on_shelf1 = "Hello world - Basic program"
#Book_on_shelf2 = "How to learn PureBasic ?"
#Book_on_shelf3 = "PureBasic on Internet !!!"
#Bookshelf_location1 = 1
#Bookshelf_location2 = 2
#Bookshelf_location3 = 3
Code: Select all
#Book_on_shelf1 = "Hello world - Basic program"
#Book_on_shelf2 = "How to learn PureBasic ?"
#Book_on_shelf3 = "PureBasic on Internet !!!"
#Bookshelf_location1 = 1
#Bookshelf_location2 = 2
#Bookshelf_location3 = 3
Code: Select all
#Book_on_shelf1 = "Hello world - Basic program"
#Book_on_shelf2 = "How to learn PureBasic ?"
#Book_on_shelf3 = "PureBasic on Internet !!!"
Runtime #Book_on_shelf1, #Book_on_shelf2, #Book_on_shelf3
Debug GetRuntimeString("#Book_on_shelf"+Random(3,1))