Search found 5 matches

by rotaman
Fri Jul 15, 2016 1:39 pm
Forum: Coding Questions
Topic: Breaking a long line in the source?
Replies: 2
Views: 861

Re: Breaking a long line in the source?

Thanks Dude!
by rotaman
Fri Jul 15, 2016 11:10 am
Forum: Coding Questions
Topic: Breaking a long line in the source?
Replies: 2
Views: 861

Breaking a long line in the source?

I know about #CRLF$ but that's for output. Is there any way to break a long line in the source code? I can't find anything in the user guide.
Thanks in advance!
by rotaman
Mon Jul 11, 2016 2:47 pm
Forum: General Discussion
Topic: chm help file?
Replies: 6
Views: 2305

Re: chm help file?

Yeah, I use xchm.

BTW, I'm hugely impressed with pb. I used to use Freebasic but having done a few benchmark tests out of curiosity, pb leaves it in the dust! not to mention much smaller executables. In FB you can't even sort an array without invoking C libraries and using pointers, and pb is ...
by rotaman
Mon Jul 11, 2016 10:52 am
Forum: General Discussion
Topic: chm help file?
Replies: 6
Views: 2305

Re: chm help file?

Thanks Dude. I'm using Linux, but I'll download the Windows version.

BTW, I found a vim syntax file for pb but it''s pretty old (2003). I plan to update it so if anyone's interested let me know and I'll upload it here.
by rotaman
Mon Jul 11, 2016 9:24 am
Forum: General Discussion
Topic: chm help file?
Replies: 6
Views: 2305

chm help file?

I prefer to use a text editor (Vim) rather than the IDE but I would like to have access to the help file without having to open the IDE, so I was wondering whether there is a standalone chm file available?

Alternatively, I can easily make one if I have access to the help pages in html format ...