
...you'll get it.
Random Thoughts.....What Are You Thinking? |
||
|
Random Thoughts.....What are you thinking?
Does it happen to me only that if it's very late and I'm tired I start acting like I'm drunk?
I get very giggly if I've been up for a long time
![]() \o/ Pretty sure, but the math still says more from here, even with the 9001 and 3~~ boosts.
not going to say it back this time, last time I did I had a shitty day.
Uffffff...fixing this gs file is taking me forever x_x and I didn't even write the code myself, can't imagine how long it takes for a file from scratch.
Valefor.Sehachan said: » Uffffff...fixing this gs file is taking me forever x_x and I didn't even write the code myself, can't imagine how long it takes for a file from scratch. Or your computer will eventually go up in flames. I have no idea what you just posted Schizm. Anyway now I'm upset cause it doesn't let me save...
i'm bored D:
Asura.Schizm said: » Valefor.Sehachan said: » Uffffff...fixing this gs file is taking me forever x_x and I didn't even write the code myself, can't imagine how long it takes for a file from scratch. Probably not as long, depending if you are talking google apps, cloud or python. It's probably like most things, you build a basic code script and just source code edit it. Code var c;
function callAllInits_() {
var keys = Object.keys(this);
for (var i = 0; i < keys.length; i++) {
var funcName = keys[i];
if (funcName.indexOf("init") == 0) {
this[funcName].call(this);
}
}
}
(function() {
callAllInits_();
c = { value : 'c.' + d.value };
})();
function test() {
Logger.log(c.value);
}Valefor.Sehachan said: » I have no idea what you just posted Schizm. Anyway now I'm upset cause it doesn't let me save... Notepad++
Valefor.Sehachan said: » Notepad++ Says file is open in another program, but this is the only thing I have open >:c
If it's not letting you save, make sure you have permissions to save the file, and if that doesn't work you might need to take ownership of the file.
Why do people seem particularly enthusiastic about me using Notepad++?
Phoenix.Sehachan said: » Why do people seem particularly enthusiastic about me using Notepad++? its the ***, that's why Bahamut.Rulerofdarkness said: » If it's not letting you save, make sure you have permissions to save the file, and if that doesn't work you might need to take ownership of the file. A bit silly, but it's something I've done before. Yeah I did but says I don't have permission and I'm too ignorant to know why.
Usually when something doesn't let me save even after permissions and ownership, it's something in task manager running that accesses the file. Even if the main program that was using it is closed, sometimes there are subprograms that reference it which could cause the issue.
Edit: Go to properties, under security tab click "Users". See if "Full Control" has a check mark next to it. If not, click Edit, then click Full Control and then Okay. If it still doesn't work... Click Advanced at the bottom of the security tab. Click the Owner tab. Click Edit. Click your account name, then click okay. You may have to close and reopen the file for the changes to take effect. Asura.Schizm said: » That code isn't anything in particular. But I was just mentioning about writing code, with syntax highlighting (replace all) and auto complete, writing a basic script for multiple uses doesn't take that long. I can't say it's useful for what you are trying to do, but things like WinO Access/Excel, it makes doing spreadsheets way easier. What are you using to edit the *.gs? She's editing a Gearswap .lua for FFXI. Or she's saving to a folder that needs notepad to e run as an admin to save to, which is probably more likely. Save to desktop/documents and copy/paste. Next time run notepad++ as admin. |
||
|
All FFXI content and images © 2002-2025 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|
||