INI_WriteString.. How to use it?
#2

inputtext[0] = first character.
inputtext[1] = second character..

and so on..

A string is basically an array with a number on each of it's data fields, whereas the number is the character in it's ASCI form.

If you want to input the whole string, use it's entire (inputtext):

format(message, sizeof(message),"%s",inputtext);

For example.
Reply


Messages In This Thread
INI_WriteString.. How to use it? - by AnthonyTimmers - 13.02.2014, 05:25
Re: INI_WriteString.. How to use it? - by CuervO - 13.02.2014, 06:09
Re: INI_WriteString.. How to use it? - by AnthonyTimmers - 13.02.2014, 10:58
Re: INI_WriteString.. How to use it? - by AnthonyTimmers - 13.02.2014, 11:01
Re: INI_WriteString.. How to use it? - by CuervO - 13.02.2014, 11:38
Re: INI_WriteString.. How to use it? - by Konstantinos - 13.02.2014, 11:42
Re: INI_WriteString.. How to use it? - by CuervO - 13.02.2014, 13:17
Re: INI_WriteString.. How to use it? - by AnthonyTimmers - 13.02.2014, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)