Help about string !
#1

Remove -Fixed.
Reply
#2

you must make this


PHP код:
new string
i think
Reply
#3

Quote:
Originally Posted by asri
Посмотреть сообщение
you must make this


PHP код:
new string
i think
A string always contains a size.
So that'll be.
PHP код:
new string[SIZE]; 
For example
PHP код:
new string[120]; 
Reply
#4

It's because the string is not defined, there's no string created to begin with.
Reply
#5

use
PHP код:
new string[256]; 
Reply
#6

Quote:
Originally Posted by Wary
Посмотреть сообщение
use
PHP код:
new string[256]; 
Why 256? That line isn't that big. Even 120 would be enough.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)