Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ulciscor

Pages: 1 2 [3] 4 5 ... 27
31
Bug reports / Gravity bug in 2.37.5.
« on: November 12, 2005, 08:52:35 AM »
This seems to be fixed in the version [PY] uploaded.

32
Solved Bugs / Makepoff error
« on: November 12, 2005, 08:43:32 AM »
Any info on this one?

33
Darwinbots Program Source Code / String Integer Check
« on: November 11, 2005, 12:22:15 PM »
Lol :D

I had a go at using "CInt(string)" on non-numerical strings and that indeed crashes as you might expect... was this what you were thinking of?

34
Solved Bugs / Runtime error 6 overflow
« on: November 11, 2005, 12:10:41 PM »
I'm on 23 hours 24 minutes and still no error.

35
Darwinbots Program Source Code / String Integer Check
« on: November 11, 2005, 12:09:36 PM »
"val(string)" will return 0 if the argument isn't a number.

36
Darwinbots Program Source Code / String Integer Check
« on: November 10, 2005, 09:29:30 PM »
"IsNumeric" will return true if the argument can be expressed as an integer and false if it can't...
... but it allows commas and periods in the argument.

Code: [Select]
IsNumeric("hello") = False
IsNumeric("77") = True
IsNumeric("hello77") = False
IsNumeric("77.55") = True
IsNumeric("1,099") = True

37
Off Topic / I still cant see how
« on: November 10, 2005, 09:21:08 PM »
I have the source code [PY] uploaded running from VB as I type; it has been running for 9 hours so far without a single error or problem that I can see.

38
Bugs and fixes / Let's make a stable platform
« on: November 08, 2005, 11:15:30 AM »
Not sure if this will help...

Linky

39
Darwinbots Program Source Code / Hey Bots
« on: November 04, 2005, 07:56:19 PM »
I say what I have said before; if [Bots] wants to do one thing and [Nums] another then cool, that's just more diversity and extra choice for users. No need to get into these polarised 'debates'. Just offer both.

40
Darwinbots Program Source Code / Types and members
« on: November 02, 2005, 02:51:43 AM »
Indeed....

....

....

Did you understand what I said?? :D

41
Darwinbots Program Source Code / Types and members
« on: November 02, 2005, 02:36:35 AM »
That code works if you use

Code: [Select]
Dim position As location
if you code it in a form, but the code you posted will work fine if put in a module.

42
Off Topic / So I will know there is a reply to it
« on: November 02, 2005, 12:30:21 AM »
Professionals:

->engaged in a profession or engaging in as a profession or means of   livelihood; "the professional man or woman possesses distinctive qualifications"; "began her professional career after the Olympics"; "professional theater"; "professional football"; "a professional cook"; "professional actors and athletes"
->a person engaged in one of the learned professions
->an athlete who plays for pay
->engaged in by members of a profession; "professional occupations include medicine and the law and teaching"
->master: an authority qualified to teach apprentices

43
Off Topic / Promotion time
« on: November 02, 2005, 12:04:02 AM »
Emergence

Membership welcome to one and all!

44
Off Topic / New A-Life again!!!
« on: October 31, 2005, 10:52:12 PM »
I'm so confused.

45
Solved Bugs / runtime 6/compile error
« on: October 31, 2005, 09:26:49 PM »
OK well as soon as some other people confirm this as working then it can be mvoed to fixed section  :D

Pages: 1 2 [3] 4 5 ... 27