[Gambas-user] Issue 496 in gambas: The Null constant and the slash
gambas at ...2524...
gambas at ...2524...
Mon Jan 13 20:16:08 CET 2014
Comment #2 on issue 496 by krisztiankende: The Null constant and the slash
http://code.google.com/p/gambas/issues/detail?id=496
Normally:
Print "alma" &/ "szilva"
Output: alma/szilva
But if "alma" is Null, the output doesn't contain a slash. Example:
Dim rootdir As String
Dim subdir As String = "szilva"
If True = False Then rootdir = "/mnt"
File.Save(rootdir &/ subdir, Null)
If True = True, the code is works, otherwise, no, because rootdir isn't "/".
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list