FUNCTION GetDefault() AS STRING
public static string GetDefault()
1FUNCTION Start 2 ? GetDefault() // NULL_STRING 3 SetDefault("c:\vo\prg") 4 ? GetDefault() // c:\vo\prg\ 5 RETURN TRUE