Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What This Do?
#11
(05-27-2012, 18:03)AZUMIKKEL Wrote:
(05-27-2012, 17:56)Bloodfocus Wrote: 1 more quest , whats a strtok?

http://theanswertoeveryquestionever.com/strtok

Splits a string into a array (or list) according to the delimiter (or the string to search for when splitting).

Example:
Code:
// Split the first string by the 2nd one.
mapList = strTok("mp_afghan;mp_estate;mp_favela", ";");

// Now mapList contains the following:
// mp_afghan
// mp_estate
// mp_favela
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#12
NO

wrong section
wrong thread title
wrong questions!

moved to "modding problems" where it belongs to

thanks
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.