Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Variable types and window titles.
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
aldreneo




PostPosted: Sat Apr 22, 2006 6:31 pm   Post subject: Variable types and window titles.

1. How do I confirm that a variable is a number?

2. How do I name the run window? It always says "unnamed Run Window"

Thanks in advance
Sponsor
Sponsor
Sponsor
sponsor
upthescale




PostPosted: Sat Apr 22, 2006 7:01 pm   Post subject: Re: Two questions...

aldreneo wrote:
1. How do I confirm that a variable is a number?

2. How do I name the run window? It always says "unnamed Run Window"

Thanks in advance



Welcome...I just quoted you so i can remember the question....

Ok, to confirm a variable is a number, instead of :string you would put :int


so
code:

var number : int



and for the title, go to the top, and type in

code:

setscreen ("title:My Game!")



Smile
HellblazerX




PostPosted: Sat Apr 22, 2006 8:22 pm   Post subject: Re: Two questions...

aldreneo wrote:
1. How do I confirm that a variable is a number?


I think what he is actually is asking is how do you find out if a variable's value is a number.

To do that, you would use this:

code:
strintok (number) %To check if the number is an integer
strrealok (number) %To check if the number is a real


Both functions return a boolean value.
Martin




PostPosted: Sun Apr 23, 2006 12:22 pm   Post subject: (No subject)

In the future, can you please use a more descriptive title on your posts? Thanks.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: