news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

FL_StackPath

Revision 1
Revised on 19/03/95 17:55

Description

Return full path to a stack. Takes the name of the stack.

Code

function FL_StackPath name
  -- returns full path (including name) of stack
  
  get the long name of stack name
  delete char 1 to offset(quote,it) of it
  delete last char of it
  return it
end FL_StackPath