Eudemon Posted August 22, 2012 Posted August 22, 2012 hello, im trying to use tooltip to display text from string for example, $lala = "something" and $time=$time+1 ToolTip($lala + $time, 30, 0) it doesn't work, any work around?
jdelaney Posted August 22, 2012 Posted August 22, 2012 to concat strings, use the & instead of + Khalid 1 IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Eudemon Posted August 22, 2012 Author Posted August 22, 2012 ty that solved my problem im use to programming languages, the syntax difference is giving me some trouble
Khalid Posted December 5, 2012 Posted December 5, 2012 It may be a good idea to add a separate entry for string concatenation in the Help file, because: 1. No results are returned for keyword "concat." 2. Keyword "concatenation" returns a few entries but none of them are obvious. I had to go into 'Language Reference - Datatypes' to see the note on using ampersand ("&") for concatenating strings. Just a suggestion... Best regards, -Khalid
jchd Posted December 5, 2012 Posted December 5, 2012 Language Reference - Operatorsis an obvious place to look at. 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 hereRegExp tutorial: enough to get startedPCRE 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now