Search found 5567 matches
- Sat Jan 31, 2026 5:20 pm
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Re: Search MAP, List, Array value in runtime
Hello KCC,
param.i instead of param.l otherwise memory address error on x64 systems.
Thanks for the tips, i modify that immediately 8)
This part is INFRATEC code, it's surely because his code is old, but i love and use it since several years 8)
I believe FRED change a day of L to I, but i'm not ...
- Fri Jan 30, 2026 10:18 pm
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Re: Search MAP, List, Array value in runtime
So don't ask me how, but I found something amazing, after wasting my time clicking everywhere without knowing why. :shock:
I searched the source code of the PB editor and the entire forum, and nothing :|
DOBRO once asked the same question, and FRED's answer was that the protocol wasn't public ...
I searched the source code of the PB editor and the entire forum, and nothing :|
DOBRO once asked the same question, and FRED's answer was that the protocol wasn't public ...
- Wed Jan 28, 2026 5:03 pm
- Forum: Tricks 'n' Tips
- Topic: Supermarket list
- Replies: 6
- Views: 534
Re: Supermarket list
Nice graphical header, and good idea

Thanks for sharing
Thanks for sharing
- Wed Jan 28, 2026 5:02 pm
- Forum: Tricks 'n' Tips
- Topic: Fast and simple JPEG comment read/write
- Replies: 2
- Views: 317
Re: Fast and simple JPEG comment read/write
Works nice here, can be usefull
Thanks for sharing
Thanks for sharing
- Tue Jan 27, 2026 9:15 am
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Re: Search MAP, List, Array value in runtime
Hello Normeus :D
It's justly what i do since a longtime
Adding debugging code in the middle of my real code
Conditions with debug, and when i have found the problem, i delete the debug code
But the problem It's like i have a oyster QI, so i have always more bug than good code :oops: and i lost a ...
It's justly what i do since a longtime
Adding debugging code in the middle of my real code
Conditions with debug, and when i have found the problem, i delete the debug code
But the problem It's like i have a oyster QI, so i have always more bug than good code :oops: and i lost a ...
- Mon Jan 26, 2026 8:26 pm
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Re: Search MAP, List, Array value in runtime
While searching through my bag, I saw that you had written some nice code in 2018, about embedding EXE
viewtopic.php?p=630959#p630959
viewtopic.php?p=630959#p630959
- Mon Jan 26, 2026 7:57 pm
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Re: Search MAP, List, Array value in runtime
Hello ChrisR :D
Don't worry, Kcc, you're unique, there's no extra characters behind :lol: Thanks :lol:
It should be sorted, in future versions, Even if FRED sort the MAP a day (Good news :wink: ), it's when even a good idea i think to can rummage in the memory for reag the MAP
I have do that ...
Don't worry, Kcc, you're unique, there's no extra characters behind :lol: Thanks :lol:
It should be sorted, in future versions, Even if FRED sort the MAP a day (Good news :wink: ), it's when even a good idea i think to can rummage in the memory for reag the MAP
I have do that ...
- Mon Jan 26, 2026 3:44 pm
- Forum: Coding Questions
- Topic: Search MAP, List, Array value in runtime
- Replies: 9
- Views: 446
Search MAP, List, Array value in runtime
Hello at all,,
I don't know if it's possible, i have often huge MAP and sometime when i try to debug my codes (So all the time :mrgreen:) i want to know if a value is correctly enter in the MAP, LIST, ARRAY
ForEach MapStyles()
If MapStyles()\IdStyle = "Kcc"
Debug "I have found"
Break
EndIf ...
I don't know if it's possible, i have often huge MAP and sometime when i try to debug my codes (So all the time :mrgreen:) i want to know if a value is correctly enter in the MAP, LIST, ARRAY
ForEach MapStyles()
If MapStyles()\IdStyle = "Kcc"
Debug "I have found"
Break
EndIf ...
- Mon Jan 26, 2026 3:27 pm
- Forum: Off Topic
- Topic: The "MERCI" day
- Replies: 14
- Views: 918
Re: The "MERCI" day
Hello OLLI !!! happy to read you, there are a long time
May the gods hear you
With2Wings wrote:Print("KCC is alive ! And he will show you, that he is as powerful as an AI.")
May the gods hear you
- Thu Jan 22, 2026 6:50 pm
- Forum: Coding Questions
- Topic: Reading or writing inside a LIST() without move his current position [Resolved]
- Replies: 9
- Views: 441
Re: Reading or writing inside a LIST() without move his current position
First , thanks a lot at you all for your quicks answers :shock: 8)
@threedslider
I want just can read in a list without needed to pertubating the LIST :wink:
I think this function is missing :idea:
The result i wanted, i's the same i have given, but without change current element
Kcc1 ...
@threedslider
I want just can read in a list without needed to pertubating the LIST :wink:
I think this function is missing :idea:
The result i wanted, i's the same i have given, but without change current element
Kcc1 ...
- Thu Jan 22, 2026 1:55 pm
- Forum: Coding Questions
- Topic: Reading or writing inside a LIST() without move his current position [Resolved]
- Replies: 9
- Views: 441
Reading or writing inside a LIST() without move his current position [Resolved]
Hello at all
I suppose it's impossible to read a value in a list() without move current element
Like this :|
Structure MyList
a.s
b.s
EndStructure
NewList ListChange.MyList()
For i = 1 To 5
AddElement(ListChange())
ListChange()\a = "Kcc" + Trim(Str(i))
ListChange()\b = "PureBasic" + Trim ...
I suppose it's impossible to read a value in a list() without move current element
Like this :|
Structure MyList
a.s
b.s
EndStructure
NewList ListChange.MyList()
For i = 1 To 5
AddElement(ListChange())
ListChange()\a = "Kcc" + Trim(Str(i))
ListChange()\b = "PureBasic" + Trim ...
- Wed Jan 21, 2026 9:15 am
- Forum: Coding Questions
- Topic: ScintillaGadget using LEXER
- Replies: 11
- Views: 678
Re: ScintillaGadget using LEXER
Such large letters are not necessary when you search several day a solution, and when you no longer see how to find it, when, with a heavy heart, you tell yourself you're going to give up, and then an angel comes and opens a door that will give you access to your goal, it's difficult for me to ...
- Tue Jan 20, 2026 8:55 am
- Forum: General Discussion
- Topic: Tags Label Regions
- Replies: 10
- Views: 2125
Re: Tags Label Regions
Very nice tags 8)
Personaly, i use another and old simples personal tags :oops:
; ##########################
; PROCEDURES
; ##########################
I didn’t understand the meaning of the ;-TOP tag before Yes... Me too :shock:
It's not really difficult to see It's the top of the page, when ...
Personaly, i use another and old simples personal tags :oops:
; ##########################
; PROCEDURES
; ##########################
I didn’t understand the meaning of the ;-TOP tag before Yes... Me too :shock:
It's not really difficult to see It's the top of the page, when ...
- Mon Jan 19, 2026 6:01 pm
- Forum: Coding Questions
- Topic: ScintillaGadget using LEXER
- Replies: 11
- Views: 678
Re: ScintillaGadget using LEXER
Say us a little bit of what do you are doing it ? What is your purpose ?
Hello i try to create a web editor with manage the 4 languages HTML/PHP/CSS/JS
https://www.purebasic.fr/english/viewtopic.php?p=649971#p649971
Lexer used for what ?
Thanks to AZJIO :wink: i learn that apparently FRED not ...
Hello i try to create a web editor with manage the 4 languages HTML/PHP/CSS/JS
https://www.purebasic.fr/english/viewtopic.php?p=649971#p649971
Lexer used for what ?
Thanks to AZJIO :wink: i learn that apparently FRED not ...
- Sun Jan 18, 2026 8:54 pm
- Forum: Coding Questions
- Topic: ScintillaGadget using LEXER
- Replies: 11
- Views: 678
Re: ScintillaGadget using LEXER
I don't understand why LEXILLA don't want to recognize my KEYWORDS in his own source :cry:
With the DLL
https://ps.reec.fr/Provisoires/Lexilla.zip
; https://www.purebasic.fr/english/viewtopic.php?p=616117#p616117
Prototype.i CreateLexerProto(name.p-utf8)
Prototype.i GetLexerCountProto ...
With the DLL
https://ps.reec.fr/Provisoires/Lexilla.zip
; https://www.purebasic.fr/english/viewtopic.php?p=616117#p616117
Prototype.i CreateLexerProto(name.p-utf8)
Prototype.i GetLexerCountProto ...