| Author |
Message |
Topic: Convert text string to acceptable filename format |
kiwijunglist
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Wed Dec 23, 2009 2:08 pm Subject: Convert text string to acceptable filename format |
Thank you both very much.
So I can use the Loop method, then use the "/W" to replace anything i have missed.
So the final code would be
txt=mïchâël©
;replace ïâë -> iae
rep ... |
Topic: Convert text string to acceptable filename format |
kiwijunglist
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Wed Dec 23, 2009 1:53 pm Subject: Convert text string to acceptable filename format |
Thanks Micahs.
What about replacing an extended character?
eg. Replace all â with a
txt := RegExReplace(txt, "â", "a") |
Topic: Convert text string to acceptable filename format |
kiwijunglist
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Wed Dec 23, 2009 12:11 am Subject: Convert text string to acceptable filename format |
Hi
Is there an existing function / script that will convert a text string containing extended characters into a text string that complies with windows filename formating standards?
(I wasn't ab ... |
Topic: Self-destruct Photographs |
kiwijunglist
Replies: 5
Views: 132
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 4:40 pm Subject: Self-destruct Photographs |
| host on a webpage, disable right click button using javascript so they can't copy/save as the image. they can still ctrl+printscreen to capture the image if they really want it. |
Topic: Only process hotkeys if certain window is active |
kiwijunglist
Replies: 4
Views: 76
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 4:35 pm Subject: Only process hotkeys if certain window is active |
thank you
also thanks for settitlematchmode |
Topic: Only process hotkeys if certain window is active |
kiwijunglist
Replies: 4
Views: 76
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 3:26 pm Subject: Only process hotkeys if certain window is active |
Hi
I made this script that allows me to cancel a recent reload when i press the left mouse button. I only want to run the script when the game window is active, what would the best way of acheivin ... |
Topic: help with remapping keys script for HTPC |
kiwijunglist
Replies: 2
Views: 376
|
Forum: Ask for Help Posted: Wed May 27, 2009 6:33 am Subject: help with remapping keys script for HTPC |
| thanks i tried using this, but still couldn't get a sucessful code that offered double click and hold button support, that will send the keystroke during the keyhold rather than the keyrelease. |
Topic: help with remapping keys script for HTPC |
kiwijunglist
Replies: 2
Views: 376
|
Forum: Ask for Help Posted: Tue May 26, 2009 6:16 am Subject: help with remapping keys script for HTPC |
SC122 Down::
MyVar2 = 1
Sleep 600
MyVar2 = 0
Return
SC122 Up::
If MyVar2 = 1
{
Send p
}
else
{
Send { ... |
| |