Appending into string
#6

Quote:
Originally Posted by Vince
Посмотреть сообщение
What is the source of this string, if I may ask? Where is it generated?
I'm actually using the getdate function but I can't put the comma in the format because I've to put the data in database and if I add the comma in it, it just mingles everything up.

pawn Код:
getdate(Year,Month,Day);
format(date,sizeof(date),"%02d %s %d",Day,MonthToStringMonth(Month),Year);
Reply


Messages In This Thread
Appending into string - by Tayab - 25.04.2014, 06:39
Re: Appending into string - by Conradus - 25.04.2014, 07:07
Re: Appending into string - by Tayab - 25.04.2014, 07:21
Re: Appending into string - by Conradus - 25.04.2014, 07:24
Re: Appending into string - by Vince - 25.04.2014, 07:28
Re: Appending into string - by Tayab - 25.04.2014, 07:37
Re: Appending into string - by Conradus - 25.04.2014, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)