concatenating strings
#3

Quote:
Originally Posted by dice7
pawn Код:
new string[128];
format(string, 127, "Random stuff: %d, %s", userID, username);
printf(string);
https://sampwiki.blast.hk/wiki/Format
thats not concatenation, well not what im looking for

ie java:
Код:
System.out.println("Hello " + 
"world");
php:
Код:
$str = "hello" . "world";
thanks anyways though; i made a script which converts the lines for me so it should make my life easier now =)
Reply


Messages In This Thread
concatenating strings - by iLinx - 22.11.2009, 17:37
Re: concatenating strings - by dice7 - 22.11.2009, 17:47
Re: concatenating strings - by iLinx - 22.11.2009, 18:06
Re: concatenating strings - by -xy! - 23.11.2009, 12:39
Re: concatenating strings - by Enzo_Ferrari_V12 - 26.11.2009, 07:43
Re: concatenating strings - by Balon - 26.11.2009, 09:51
Re: concatenating strings - by -xy! - 26.11.2009, 11:09
Re: concatenating strings - by Enzo_Ferrari_V12 - 26.11.2009, 15:47
Re: concatenating strings - by -xy! - 27.11.2009, 21:16

Forum Jump:


Users browsing this thread: 2 Guest(s)