You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/srvgudba_0485.htm]
You are here:

6.65.2 C Example

BOOL fOK;
int  iSession;
 
fOK = LceSetSessionOption(iSession, LCE_OPT_NUMERIC_DATA, "STRIP");
fOK = LceSetSessionOption(iSession, LCE_OPT_ALPHA_DATA, "PAD");
fOK = LceSetSessionOption(iSession, LCE_OPT_EDIT_DATA, "Y");
fOK = LceSetSessionOption(iSession, LCE_OPT_OPEN_FILE_ON_DEMAND, "Y");
 
[ |../../index.htm#lansa/srvgudba_0485.htm]

  • No labels