Module: _input 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"
//---------------------------------------------------[top]-
// __INPUT( Arg1 )
//
function __INPUT( Arg1 )
local Local1 := __Accept(Arg1)
if ( !Empty(Local1) )
return &Local1
endif
return Nil
//---EOF
Use your Browser's BACK button to return to Function Listings