Search found 212 matches

by Primoz128
Thu Jun 13, 2013 5:09 pm
Forum: Coding Questions
Topic: Quickest way to input up to 10 strings into a structure ?
Replies: 6
Views: 1268

Re: Quickest way to input up to 10 strings into a structure

Thanks to you all. Gona try and implement it soon enough.
by Primoz128
Wed Jun 05, 2013 11:51 am
Forum: Coding Questions
Topic: How to send to gmail account ?
Replies: 2
Views: 787

How to send to gmail account ?

Well i tried using the example, but i don't know... InitNetwork() ; Note: change the address and smtp to have a working example ; If CreateMail(0, "primoz.fs@gmail.com", "Hello") AddMailRecipient(0, "primoz.fs@gmail.com", #PB_Mail_To) SetMailBody(0, "This is a body...
by Primoz128
Wed Jun 05, 2013 11:36 am
Forum: Coding Questions
Topic: Quickest way to input up to 10 strings into a structure ?
Replies: 6
Views: 1268

Quickest way to input up to 10 strings into a structure ?

Well i am gona use a structure which is gona have a map(1 key) and a list with up to 10 elements. But now i don't know what would be the quickest way to input up to 10 elements into the list... trough procedure it would require a lot of arguments... that isn't viable if you ask me. Maybe "Data&...
by Primoz128
Wed Jun 05, 2013 7:33 am
Forum: Coding Questions
Topic: How do i call a specific list's element ?
Replies: 4
Views: 794

Re: How do i call a specific list's element ?

No i need a combination.
by Primoz128
Tue Jun 04, 2013 2:14 pm
Forum: Coding Questions
Topic: How do i call a specific list's element ?
Replies: 4
Views: 794

Re: How do i call a specific list's element ?

Thanks a lot ^^. Seems like i completely forgot about this.
by Primoz128
Tue Jun 04, 2013 11:43 am
Forum: Coding Questions
Topic: How do i call a specific list's element ?
Replies: 4
Views: 794

How do i call a specific list's element ?

NewList key$() AddElement( key$() ) key$() = "game maker" AddElement( key$() ) key$() = "pure basic" AddElement( key$() ) key$() = "workout" NewMap response$() response$("game maker") = "game maker response string" response$("pure basic") ...
by Primoz128
Wed May 22, 2013 5:45 pm
Forum: Coding Questions
Topic: Is using Maps with Regular Expressions a good idea ?CHAT BOT
Replies: 0
Views: 738

Is using Maps with Regular Expressions a good idea ?CHAT BOT

Well i am writting an offline chat bot, and i am going to use regular expressions to check for user choices, which are going to unlock new responses from the chat bot. Example: "What shall i do with my day ?" ---> Using some method idk which to use yet, bot will respond: "Pure Basic, ...
by Primoz128
Wed May 22, 2013 5:38 pm
Forum: Coding Questions
Topic: Why can't i connect to PB example server from other p. langu
Replies: 7
Views: 1990

Re: Why can't i connect to PB example server from other p. l

Is there anything in particular besides opening a new connection based on IP, and port to have for cross programing language connections ?
by Primoz128
Mon May 20, 2013 4:06 pm
Forum: Coding Questions
Topic: Why can't i connect to PB example server from other p. langu
Replies: 7
Views: 1990

Re: Why can't i connect to PB example server from other p. l

No, that client connected both to same language written server, and another language's server, but not PB's.
by Primoz128
Sun May 19, 2013 6:49 pm
Forum: Coding Questions
Topic: Why can't i connect to PB example server from other p. langu
Replies: 7
Views: 1990

Why can't i connect to PB example server from other p. langu

I am confused why it doesn't work...
by Primoz128
Fri May 17, 2013 1:01 pm
Forum: Coding Questions
Topic: Regular Expressions, pros and usage
Replies: 2
Views: 565

Regular Expressions, pros and usage

I can't figure that out from the help file at all... can someone be kind enough and explain ?
by Primoz128
Thu May 16, 2013 7:31 pm
Forum: Coding Questions
Topic: Does PB have Web services power ?
Replies: 9
Views: 1450

Re: Does PB have Web services power ?

You know when websites have like ability to calculate something, and you would enter data and it would calculate for you. To make program that calls that service to do that.
by Primoz128
Thu May 16, 2013 8:47 am
Forum: Coding Questions
Topic: Does PB have Web services power ?
Replies: 9
Views: 1450

Does PB have Web services power ?

Does it ? I can't find it.
by Primoz128
Wed May 15, 2013 4:48 pm
Forum: Coding Questions
Topic: List of the PB tools, addons, etc. available for PureBasic
Replies: 57
Views: 277033

Re: Source formatter tool

Berikco wrote:Format your PureBasic source at a keypress

http://users.pandora.be/berikco/sources ... format.zip

very easy to spot missing endif etc...
Error 404, link is dead.