[Tool/Web/Other] Character Count
#1

Character Count

Well, while i was scripting i needed the length of a string..
Normally i would just ****** for one and use the first one i found.
After a while i got bored of continuously googling and thought i might aswell create a simple app for it that i can leave running.

Well thats all it is really, you put your string into the text box and it will tell you the length! :P
I know this is very basic, and i didnt intend to release it but someone told me to so i am.



EXE: http://www.mediafire.com/?l461040zl88d7o8
Source: http://www.mediafire.com/?q74obwglhf39s5i
Reply
#2

I'll no more use a site for this, thanks.
Reply
#3

Bloody cool! its helpful..
It selects specified string? or just the default?
Reply
#4

Thanks for this

edit: Any possibility that you can make it that it allows me to do ctrl + a so I can select all my text at once to remove it?
Reply
#5

Very helpful. Thanks for sharing.
Reply
#6

Quote:
Originally Posted by CyNiC
View Post
I'll no more use a site for this, thanks.
Quote:
Originally Posted by TheArcher
View Post
Very helpful. Thanks for sharing.
No problem

Quote:
Originally Posted by Rockstαr
View Post
Bloody cool! its helpful..
It selects specified string? or just the default?
What do you mean?

Quote:
Originally Posted by FuTuяe
View Post
Thanks for this

edit: Any possibility that you can make it that it allows me to do ctrl + a so I can select all my text at once to remove it?
Added, please redownload
Reply
#7

Thanks alot
Reply
#8

Its Great!
Nice Release.
Reply
#9

mm.. nvm Thanks for this..
Reply
#10

Quote:
Originally Posted by Littlehelper[MDZ]
View Post
Its Great!
Nice Release.
Thanks.

I am open to suggestions on improvement etc
Reply
#11

Nice, I want it since 10000 years xD
Reply
#12

Yes, very usefull
Reply
#13

Quote:
Originally Posted by ******
View Post
I didn't even realise people did things like look this up on a website! I just use a good editor (Notepad++):
There are some people (like me) that dont use anything but pawno :P
Reply
#14

Oo, used it for years and not once did i notice that..
Reply
#15

Quote:
Originally Posted by ******
View Post
Hmm, what a shame you can't do it in PAWNO, oh wait...





15 - 1 = 14
Haha you just owned everyone Bro!
Reply
#16

The app is still useful though
If you just use pawno and nothing else that can tell you the character/string count! :P

For example this is how i do it:

pawn Code:
new query[];
format(query, sizeof(query), "SELECT * FROM `Accounts` WHERE `Username` = '%s'", GetName(playerid));
Then i'd normally goto ****** (now using this app) and paste the query into it..

Code:
SELECT * FROM `Accounts` WHERE `Username` = '%s'
Get the length, round it off to the nearest 5 then

pawn Code:
new query[75];
Reply
#17

Maybe a button to erase all text inside?
Reply
#18

Quote:
Originally Posted by Nodroz
View Post
Maybe a button to erase all text inside?
Ctrl-A + Backspace/Delete
Reply
#19

Quote:
Originally Posted by ******
View Post
I didn't even realise people did things like look this up on a website! I just use a good editor (Notepad++):

I agree with him.
Reply
#20

thank you <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)