Hi
In what way i can used them?
I don understand where they can be useful...
thanks
Search found 6 matches
- Sat Nov 12, 2005 1:46 pm
- Forum: Coding Questions
- Topic: [Help] LinkedList
- Replies: 2
- Views: 1109
- Wed Nov 09, 2005 6:51 pm
- Forum: Coding Questions
- Topic: work with the numbers
- Replies: 4
- Views: 1626
- Wed Nov 09, 2005 6:12 pm
- Forum: Coding Questions
- Topic: work with the numbers
- Replies: 4
- Views: 1626
work with the numbers
Hi
What can i do for work directly with the numbers?
for example:
thank
What can i do for work directly with the numbers?
for example:
Code: Select all
number=input()
if number=10
printn ("ten!")
if number=20
printn("twenty")
....
- Mon Oct 31, 2005 5:36 pm
- Forum: Coding Questions
- Topic: HELP Logical Operator
- Replies: 2
- Views: 791
HELP Logical Operator
What the different between [Bitwise AND] and [&], [Bitwise OR] and [|]?
What the means [Bitwise]?
thank
What the means [Bitwise]?
thank
- Tue Oct 25, 2005 9:03 pm
- Forum: Coding Questions
- Topic: Help bad parameter
- Replies: 7
- Views: 1446
- Tue Oct 25, 2005 7:57 pm
- Forum: Coding Questions
- Topic: Help bad parameter
- Replies: 7
- Views: 1446
Help bad parameter
Hi! I'm PureBasic's newbie
I'm writing an easy example for calculate the age, but i have an error when try to compiling.
"Line 10:bad parameter type: a string is expected"
OpenConsole()
Print("Your birth date: ")
birthday.s= Input()
age.w=Val("Right(Date() ,4)") - Val("Right(birthday.s ,4 ...
I'm writing an easy example for calculate the age, but i have an error when try to compiling.
"Line 10:bad parameter type: a string is expected"
OpenConsole()
Print("Your birth date: ")
birthday.s= Input()
age.w=Val("Right(Date() ,4)") - Val("Right(birthday.s ,4 ...