天软金融分析.NET函数大全 > TSL函数 > 平台函数 > 用户和函数相关函数

UserConfig    

简述
返回用户的配置信息,Section为配置名,RetType用于指定返回的类型,0为字符串,1为数字,2为日期类型。注:此函数为特殊用途。
定义
UserConfig(Section:String;RetType:Integer):<Real|String|TDateTime>;
参数
名称类型说明
SectionString字符串,配置名。
RetTypeInteger整数,返回类型。
返回<Real|String|TDateTime>实数或字符串或日期时间,指定配置名的值。
    相关