Oh. Duh. Well, that *was* indeed n00bish. Thanks for setting me straight!
M
Search found 10 matches
- Mon Sep 20, 2010 4:19 pm
- Forum: Coding Questions
- Topic: Please help with dates and other items...
- Replies: 4
- Views: 974
- Mon Sep 20, 2010 4:00 pm
- Forum: Coding Questions
- Topic: Please help with dates and other items...
- Replies: 4
- Views: 974
Please help with dates and other items...
Hi all,
I've had PureBasic for a while and have done a few things with it but am far from adequate with it, let alone proficient. :) I'm working on an program to translate some downloaded tabular material from HTML to CSV format for integration into a database. This data is TV listing information ...
I've had PureBasic for a while and have done a few things with it but am far from adequate with it, let alone proficient. :) I'm working on an program to translate some downloaded tabular material from HTML to CSV format for integration into a database. This data is TV listing information ...
- Tue Jun 06, 2006 9:54 pm
- Forum: Game Programming
- Topic: small 2D shooter with some impressive effects
- Replies: 150
- Views: 66423
- Tue Jun 06, 2006 9:48 pm
- Forum: Game Programming
- Topic: small 2D shooter with some impressive effects
- Replies: 150
- Views: 66423
- Tue Jun 06, 2006 8:10 am
- Forum: Game Programming
- Topic: Fun with Sudoku
- Replies: 2
- Views: 1819
Yeah, I've been looking at that. I think I have to complete my solver before I can do that properly. My best guess is to establish a number of 'givens' that put you in the ball park for the desired difficulty level then run the solver to see how difficult the puzzle actually is - then adjust the ...
- Mon Jun 05, 2006 3:15 am
- Forum: Game Programming
- Topic: Fun with Sudoku
- Replies: 2
- Views: 1819
Fun with Sudoku
Hi all,
Just messing around with the new version and indulging a (hopefully short-lived) fascination with Sudoku.
Anyway, I was trying to come up with an elegant way of generating valid Sudoku grids with little success because I didn't think of recursion. So here is a completely inelegant ...
Just messing around with the new version and indulging a (hopefully short-lived) fascination with Sudoku.
Anyway, I was trying to come up with an elegant way of generating valid Sudoku grids with little success because I didn't think of recursion. So here is a completely inelegant ...
- Sat Nov 06, 2004 6:28 am
- Forum: Coding Questions
- Topic: Application directory?
- Replies: 1
- Views: 869
Application directory?
Hi all. Still new here :).
I want to retrieve the current directory (i.e. where the app is running from) for use in a file requester.
Checked the FAQ and tried the answer there but no luck. Here's the code I'm using:
; Get current pathname
pathname.s = Space(255)
GetCurrentDirectory_(255 ...
I want to retrieve the current directory (i.e. where the app is running from) for use in a file requester.
Checked the FAQ and tried the answer there but no luck. Here's the code I'm using:
; Get current pathname
pathname.s = Space(255)
GetCurrentDirectory_(255 ...
- Mon Jul 12, 2004 4:25 am
- Forum: Coding Questions
- Topic: Plug-in architecture?
- Replies: 0
- Views: 772
Plug-in architecture?
Hi all,
Just wondering if anyone could give some basic pointers (or links) as to how to create a really simple plug-in architecture in a PB application. I can figure out some of it on my own but I'd just like to avoid any 'gotchas'.
Any help appreciated. Thanks!
Michael
Just wondering if anyone could give some basic pointers (or links) as to how to create a really simple plug-in architecture in a PB application. I can figure out some of it on my own but I'd just like to avoid any 'gotchas'.
Any help appreciated. Thanks!
Michael
- Fri Jun 25, 2004 3:13 pm
- Forum: General Discussion
- Topic: New PB User..
- Replies: 7
- Views: 1957
Thanks!
Hey guys,
Thanks for the welcome. I'll probably be around asking silly questions from time to time
M
Thanks for the welcome. I'll probably be around asking silly questions from time to time

M
- Thu Jun 24, 2004 10:48 pm
- Forum: General Discussion
- Topic: New PB User..
- Replies: 7
- Views: 1957
New PB User..
Hi all. New here...just bought and downloaded PB. I'm typically about on the Blitz3D forums but I'm a long-time user of VB and VC++. This just looked like a nicer language to deal with - and I wanted to play with the fast 2D support too.
Anyway, just thought I'd drop in and introduce myself to the ...
Anyway, just thought I'd drop in and introduce myself to the ...