Search the Community
Showing results for tags 'store'.
-
Needed a way to store global temporary & permanent information and came up with this. This is inspired by NodeJS's store and store2 packages, as well as W3 specs' localStorage and sessionStorage, offering multiple ways of usage. This is not related to any browser's storage, nor will allow...
-
Hello Is there anyway to store word documents in Autoit GUI? For example I have a instruction sheet that I want to bundle up with the exe. So a user simply clicks the icon and the stored document will launch (Something like how you can add objects like excel sheets in word documents...
-
Hello all. First a brief background. My programming knowledge falls probably somewhere in the range of general knowledge to intermediate. I have currently written a form filler program in Auto IT that I have pre-populated with the data (email address, password, name, etc.) which is used to fill f...
-
Hello everyone, I was trying to store this string into my array: "Hamsters | Cute" But after I store it, I used _ArrayDIsplay and it showed "Hamster" being on one row and "Cute" being on the row after it. So it looks like the "|" symbol acts as a row seperator in an array. My question is: Is...