Change the given element of a stack.
     
 
Integer_Type stk_change_num( Stack_Type stack, String_Type newvalue,
Integer_Type N ) 
 
      
	This function changes entry number N in the stack to the value given in
	the string newvalue.  This string is simply replaced into the
	stack, and is not interpreted as a stack file, even if an @
	sign is included. To merge two stacks, use the stk_append()
	function. If successful, this routine returns 0, and non-zero
	indicates failure.   
       
     
- modules
 
- 
stackio
 
- stackio
 
- 
stk_append,
stk_build,
stk_change_current,
stk_close,
stk_count,
stk_current,
stk_delete_current,
stk_delete_num,
stk_disp,
stk_expand_n,
stk_read_next,
stk_read_num,
stk_rewind,
stk_set_current
 
 
 
 |