Search found 24 matches

by BOOGIEMAN
Mon Jun 09, 2008 2:48 pm
Forum: Coding Questions
Topic: Problem with simple beckup programm
Replies: 8
Views: 2612

Well thanks all, I solved my problem using Total Commander ... I'll try that robocopy and fixing pb code when I get home
by BOOGIEMAN
Sun Jun 08, 2008 7:10 pm
Forum: Coding Questions
Topic: Problem with simple beckup programm
Replies: 8
Views: 2612

Problem with simple beckup programm

:oops: first of all I haven't programmed for years, but ... now I need some job to be done, so I've been reading online tutorials from few programming languages - python, liberty basic, purebasic ... and first one looks too complicated, second one doesn't even have option to do what I need, and the ...
by BOOGIEMAN
Fri Oct 14, 2005 12:44 pm
Forum: Off Topic
Topic: Wow, I just found the best program ever...
Replies: 19
Views: 4717

That's few months old news. I didn't know that you serious programmers are interested in such programm. :oops:
Anybody have free time to try arrange some gaming events ?
I play Warcraft 3 TFT and Worms world party but I would also like to try Atomic Bomberman and Mad Cars v1.06 on Hamachi.
by BOOGIEMAN
Tue Oct 11, 2005 11:38 pm
Forum: Game Programming
Topic: Learn to program 2D games book
Replies: 98
Views: 47751

Is there possibility to buy .pdf version of book ?
by BOOGIEMAN
Fri Sep 23, 2005 11:15 pm
Forum: Coding Questions
Topic: Database's or something easier ?
Replies: 14
Views: 3298

I wonder how did you manage to start any examples from "pbosl_examples" ??
When I try to compile "PBOSL_sqlite3_test.pb" this error ocurs:
Line 11:SQLite3_Init() is not a function, an array, or a linked list

Also when I try to start "Get_mdb_data_Tool.pb" error:
Line 177:MakeConnection() is not a ...
by BOOGIEMAN
Fri Sep 23, 2005 8:17 pm
Forum: Coding Questions
Topic: Database's or something easier ?
Replies: 14
Views: 3298

Beach wrote:Using the MDB_lib would be the ticket. Once setup, it would be much easier to deal with than files (IMHO). Yep, quick and easy database access. Thanks again for the lib Paul! :D
Hmm, can you give me some more examples than MDBLib Demo/Sample.pb ?
by BOOGIEMAN
Fri Sep 23, 2005 5:13 pm
Forum: Coding Questions
Topic: Database's or something easier ?
Replies: 14
Views: 3298

I think you'll find working with databases much easier than working with text files.

go to www.purearea.net and check out the English code archive for examples.

Yes, that's the one I have. It's very confusing for a newbie and lots of code doesn't work with PB 3.94. That codearhive should be ...
by BOOGIEMAN
Fri Sep 23, 2005 3:35 pm
Forum: Coding Questions
Topic: Database's or something easier ?
Replies: 14
Views: 3298

Database's or something easier ?

I want to make program for a computer store. Basicly, it must have ability to accept input of PC components (monitors, graphic cards, motherboards ... etc), every component must have price. Now, I want something like to choose components from a list and than see sum price and than to print it all ...
by BOOGIEMAN
Wed Aug 31, 2005 8:52 pm
Forum: Off Topic
Topic: A lot of Funtests
Replies: 0
Views: 877

A lot of Funtests

If you are bored, try this website:
http://www.nerdtests.com/funtests.php

My score from "Are you stupid" test (with a little help of english dictionary):

95% scored higher (more stupid),
1% scored the same, and
4% scored lower (less stupid).

What does this mean? You are 4% stupid. This means ...
by BOOGIEMAN
Thu Aug 25, 2005 1:01 pm
Forum: Coding Questions
Topic: Console quiz like program problem
Replies: 8
Views: 2252

OMG Trond, your code works perfectly ! :D Thank you, thanks all

By the way, I don't understand why when I remove -1 from

Code: Select all

Until (answ < 1 Or answ > 10)-1
or I change it to -2 (for example) code doesn't work properly ?
by BOOGIEMAN
Wed Aug 24, 2005 5:44 pm
Forum: Coding Questions
Topic: Console quiz like program problem
Replies: 8
Views: 2252

Well I tried that first, but because of "Str(somenumber)" I can't store that in the string
by BOOGIEMAN
Tue Aug 23, 2005 12:14 pm
Forum: Coding Questions
Topic: Console quiz like program problem
Replies: 8
Views: 2252

So, you say there is no easy way for solving my problem ? Well, nevermind then, thx
by BOOGIEMAN
Tue Aug 23, 2005 12:14 am
Forum: Coding Questions
Topic: Console quiz like program problem
Replies: 8
Views: 2252

Console quiz like program problem

I want to make a something like a quiz program, but I don't know how to avoid question repetition in console. This is example code:

If OpenConsole()
somenumber = 50

onestartshere:
ClearConsole()
Print("Question ONE is blah blah "+Str(somenumber)+": ")
qqone = Int(Val(Input()))
If qqone < 1 ...
by BOOGIEMAN
Thu Aug 18, 2005 12:09 am
Forum: Coding Questions
Topic: aaaaaaaa's in my input (console) code
Replies: 6
Views: 2109

No man, no ALT, no CTRL, just press space 10 times for example, and when I want to get cursor back by pressing backspace "aaaaa" shows instead of empty space. Very weird, but I'll tolerate it. At least my code finally work :D
by BOOGIEMAN
Wed Aug 17, 2005 11:44 pm
Forum: Coding Questions
Topic: aaaaaaaa's in my input (console) code
Replies: 6
Views: 2109

WTH, don't tell me I discovered new SP2 bug :lol: . What OS are you using ?