[Gambas-user] Issue 496 in gambas: The Null constant and the slash

gambas at ...2524... gambas at ...2524...
Mon Jan 13 19:43:26 CET 2014


Status: New
Owner: ----
Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 496 by krisztiankende: The Null constant and the slash
http://code.google.com/p/gambas/issues/detail?id=496

The Null constant is represent a zero length string, but these codes do not  
work:

   Print Null &/ "alma"
   Print "" &/ "alma"
   Print "alma" &/ Null

Which normally would not be a problem, but it still doesn't work:

   Dim rootdir As String
   Dim subdir As String = "alma"

   Print rootdir &/ subdir

All output: alma (without "/")

The latter can be a real case.


-- 
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