Futurebasic/語言/參考/fbgetsystemname$
外觀
|
✔ 外觀 ✔ 標準 ✔ 控制檯
2003 年 4 月(版本 8) 此函式根據 要使此例程可供您的程式使用,您必須包含標頭檔案“Util_ComputerNames.Incl”。 Include "Util_ComputerNames.Incl" Print "Computer Name:";;¬ Fn FBGetSystemName$ (_FBComputerName);"""" Print "Long User Name: """;¬ Fn FBGetSystemName$ (_FBLongUserName);"""" Print "Short User Name: """;¬ Fn FBGetSystemName$ (_FBShortUserName);"""" Do HandleEvents Until 0 |