Module: _readvar Library: Clipper 5.3
This module contains the following functions and procedures:
Note: Because this is raw decompiler output, the code is closer
to that seen in a .PPO file, rather than a .PRG file. In other
words, you must allow for the preprocessor conversions normally
performed based on the contents of STD.CH and other .CH files
#include "common.ch"
#include "inkey.ch"
//-----------------------------------------------------------------
// file-wide static variables
//
static Static1:= ""
//---------------------------------------------------[top]-
// READVAR( Arg1 )
//
function READVAR( Arg1 )
local Local1 := Static1
if ( ISCHARACTER( Arg1 ) )
Static1 := Arg1
endif
return Local1
//---EOF
Use your Browser's BACK button to return to Function Listings