27.07.2009, 10:25
Hey, i have a problem with strmid.
I want to take the string "s" to the string "JobInfo[id][Name]" But when i print JobInfo[id][Name], it prints <null>.
I want to take the string "s" to the string "JobInfo[id][Name]" But when i print JobInfo[id][Name], it prints <null>.
Код:
strmid(JobInfo[Missions][Name],s,0,strlen(JobInfo[Missions][Name]),strlen(JobInfo[Missions][Name]));