Set string to variable string - Whirlpool
#1

Hello.

Is there a way to set string variable to string from OnDialogResponse? i mean exactly something like that:

pawn Код:
new Variable[129], Variable2[129];

//dialog 1
Variable[129] = strlen(inputtext);

//dialog2
Variable2[129] = strlen(inputtext);

// Saving
("code", Variable)
("code2", Variable2)
Because i can't set variable [129] because max string for inputtext is 128. I using 129 because it's a Whirpool system by ******. I think there's no way to do that because i tried and tried with
pawn Код:
printf("%s | %s", Variable, Variable2);
and it nothing given me. So maybe someone other will have idea. Hm?
Reply


Messages In This Thread
Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 11:17
Re: Set string to variable string. - by sleepysnowflake - 18.08.2011, 11:20
Re: Set string to variable string. - by JaTochNietDan - 18.08.2011, 11:20
Re: Set string to variable string. - by Riddick94 - 18.08.2011, 11:22
Re: Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 11:36
Re: Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 11:44
Re: Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 12:00
Re: Set string to variable string - Whirlpool - by Double-O-Seven - 18.08.2011, 14:24
Re: Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 15:38
Re: Set string to variable string - Whirlpool - by Riddick94 - 18.08.2011, 16:30

Forum Jump:


Users browsing this thread: 5 Guest(s)