View Single Post
  #4  
Old 07-19-2011, 04:10 AM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
Quote:
Originally Posted by fowlplay4 View Post
You could use substring, but it's so much easier just to use:

extractfilebase(str) - Extracts the base file name from a string. I.e: levels/file.nw would return file.

Usage:

PHP Code:
function onCreated() {
  
temp.filename = "fly.gani";
  
temp.gani = extractfilebase(temp.filename);
  echo(
temp.gani); // echos: fly
} 
Thanks fowlplay4. Thats pretty good.
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote