Jump to content

Experimental Maps UDF


TheDcoder
 Share

Recommended Posts

While negative ints in keys don't hard crash in latest beta anymore, version 3.3.15.1 allowed that and worked:

Local $m[]
$m[-5] = "aaa"
_ArrayDisplay(MapKeys($m))
ConsoleWrite($m[-5] & @LF)
>Running:(3.3.15.1):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\jc\Documents\AutoMAT\tmp\t.au3"    
+>Setting Hotkeys...--> Press Ctrl+Alt+Break to Restart or Ctrl+BREAK to Stop.
aaa
+>04:24:08 AutoIt3.exe ended.rc:0
+>04:24:08 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 4.272

 

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

11 hours ago, TheDcoder said:

I do intend to start working on my cross-platform port soon, just need to decide on a good name before I get started

I told you, once you found out ScriptIt and CodeIt were unavailable, that you should call it - ImagineIt;)

Especially as that is what all the rest of us here will be doing for the foreseeable future. :muttley:

Of course, I will be just as happy as the rest when you finally develop ProgramIt (or PlatformIt etc) and release it. :D

Spoiler

Just kidding bud. I have faith in you ............... I think. :P

 

Edited by TheSaint

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

6 hours ago, jchd said:

While negative ints in keys don't hard crash in latest beta anymore, version 3.3.15.1 allowed that and worked

Indeed, I recall working with negative integers in 3.3.15.x, it certainly looks like the latest beta version has a new algorithm for storage which is not capable of handling negative integers, @Jon Any comments on this matter?

@TheSaint Your silly suggestions are certainly not helping my brain think of a proper name :muttley:

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...