Strlen help?
#1

Okey. I want
PHP код:
dini_IntSet(file"Pochodzenie", *here*(inputtext)); 
Save inputtext to a file. But i don't know to use "strlen" or what? When i use strlen it saves it as integer, not a text.
Reply
#2

Why strlen? strlen returns the length of a specified string, in your case, inputtext.

pawn Код:
dini_Set(file, "Pochodzenie", inputtext);
Also, dini_IntSet sets integers into a file, use dini_Set to set strings into a file.
Reply
#3

Thanks. (8char) :"D
Reply
#4

I think you thought about 'strval', not 'strlen'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)