_Date... Functions
A little earlier I opened a new Track ticket: #3002. Now I see that it could use some discussion. I would like to move the debate here, so as not to clutter up the Track. I agree with @jchd about...
View ArticleMaps + With/EndWith
Should I make a feature request to make With/EndWith compatible with maps? Or does this not make any sense at all? Func _rect_from_points(Const $a1, Const $a2, Const $b1, Const $b2) Local $mRect[]...
View ArticleHow to run and return this Multiple variables query?
I would like to simplify this multiple queries into one script. ----The First Query --- This is a example of how I will run the single query then I will go to step2 SELECT * FROM [dbo].[DWXP050]...
View ArticleSearch fails since forum upgrade
Generally speaking, I'm aware of the recent forum upgrade ... and of the turmoil that proceeded it. But has anyone reported that Advanced Search no longer returns proper results? For the first day...
View ArticleForum search results issue
When I search something then the results are not up-to-date.E.g. if you search for "UEZ", sorted by Last Update Time, then the first result is from 23. Feb. 2015.Seems that the indexing or something...
View ArticleEnterprise Password Management
I have a customer that has been using Citrix's Single Sign-On for a number of years, and has resisted my efforts to upgrade them to another product, even after learning it was EOL. This past weekend...
View ArticleWorkbook vs Worksheet (Excel)
I've started to write a little class in C# for using Excel in a project. Looks simple enough, but I'm not sure about the difference between a workbook and worksheet. In _Excel_RangeRead if you do...
View ArticleSQL multiple columns from one
Hello! I tried to post my question to stackoverflow, but couldn't (unknown error massage) and w3school, but i still need to be validated there to ask. I'm trying to create a query (in SQL...
View ArticleFighting what seems a losing battle at the moment. Hacker vs me and I'm lost
39 I owned a internet service provider service for a number of years and in 1996 Some guys from Russia and China came calling with a brief appearance from a group in Sweden of all places. It was a 6...
View ArticleSite link in exe comments
Just wondering how long AutoIt has been adding a URL to this website in the developer metadata comments of compiled scripts, and how to remove it. Subsystem Version5.1 Comments...
View ArticleNew function for Autoit ?
Hi team, I'm back in the forum after all lost of years I started with Autoit at the beginning and i still use it almost every days i'm not sure i'm in the good place but i propose a new function for...
View ArticleProblem accessing Toggle PropertyID
junkew I've been researching pretty extensively through your wrapper examples and concepts in order to automate a program I am working with and have come across a snag. I'm hoping you can help me out...
View Article[Solved] SQL/ite syntax error
Can anyone see what is wrong with this table creation string? SQL = CREATE TABLE DEFAULT (REF INT, TIME VARCHAR (8), Prok VARCHAR (40), DATE VARCHAR (30), Izzz INT, Core DOUBLE, Cold VARCHAR (24), Hot...
View ArticleUsing: Microsoft.XMLHTTP / MSXML2.XMLHTTP.3.0 / Winhttp.winhttprequest.5.1
Is there any difference in using one of the following objects: ; Global $g__sClassName = 'Winhttp.winhttprequest.5.1' ; Global $g__sClassName = 'MSXML2.XMLHTTP.3.0' Global $g__sClassName =...
View ArticleSQLdeveloper REGEX_LIKE
Hi! anyone with some oracle SQL experience? I want to join 2 tables, where the only possible join is by two different columns. Column A is a twelve character long number, while the other ( B ) is a...
View ArticleFor what purpose is _Crypto_DeriveKey?
I've recently started working with the encryption functions. I'm able to encrypt and decrypt files just fine. But I keep noticing references to _Crypto_DeriveKey. Yet I can't find any explanation of...
View ArticleTranslate C# to Autoit
Some time ago i had created a function in C# and i need it know for a project i am working on in Autoit. The code looks like this Plain Text expandcollapse popupstatic void _Stream(string sUrl,...
View Articlecount fast occurence of a char in a (very long) string
The little assembly code posted here by Tekk to count how many @LF there are in a string is very fast. It can be easly modified to count any other char instead of only a @LF in this way: AutoIt...
View ArticleOld Scite4Autoit Versions
Hello, is there an archive where I can download old Scite4Autoit versions? I need the version 3.4.0 (01/22/2014) or below. Thank you
View ArticleShortened S-Box
Hi there, i am currently using an encryption of AES or one of the examples and i was wondering is there a short handed version of the S-Box and the inverse S-Box? My S-Box and the Inverse S-Box are...
View Article