Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
Variable types and window titles.
Index
->
Programming, Turing
->
Turing Help
Author
Message
aldreneo
Posted:
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
upthescale
Posted:
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!")
HellblazerX
Posted:
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
Posted:
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:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Programming, Turing
->
Turing Help
Page
1
of
1
[ 4 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy