April 30, 2024, 06:41:13 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


ABasic

Started by aurelCB, April 17, 2008, 02:38:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aurelCB

April 17, 2008, 02:38:49 PM Last Edit: March 04, 2023, 02:44:16 AM by aurelCB
...

LarryMc

What make/brand of computer and what operating system is it not working on?

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

SnarlingSheep

Are you sure its a CR character?
It is probably a line-feed character(CHR$(10)) or even a NULL character(CHR$(0)).

sapero

Zlatko, scintilla uses chr$(13)+chr$(10) for the Return key, but if you load a unix-style file with chr$(10) only, it will be not extended to Windows style \r\n.
If you press CTRL+M, single chr$(13) will be added (MAC style).

SnarlingSheep

Have you tried it without adding chr 13 and 10?
buffer = buffer + ln

danbaron

November 05, 2009, 11:00:08 PM #5 Last Edit: November 05, 2009, 11:23:34 PM by danbaron

I tried it.

It works good.

I guess the idea is that, people use "Scintilla", because, recreating what it does, would be a lot of work.

So, I guess you linked "SciLexer.DLL" (489.5 K), into either, "AB91.exe", or "ABruntime90.exe"; probably, "AB91.exe".

(I don't know anything about this kind of stuff.)

But anyway; it looks good, and it runs good.

Dan.
"You can't cheat an honest man. Never give a sucker an even break, or smarten up a chump."  -  W.C. Fields