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

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to