[Gambas-user] Enclose strings between " char

Pablo Vera pvera at ...729...
Wed Mar 30 19:22:57 CEST 2005


There are many ways:

1. Chr$(34) & "home/user/file_name.asm" & Chr$(34)
2. "\"home/user/file_name.asm\""
3. ...

Saludos,
Pablo Vera
_________________________________________________________________________

francesco wrote:
> I need to create a string that is enclosed between the " char. Example,
> 
> /home/user/file_name.asm
> 
> has to become
> 
> "home/user/file_name.asm"
> 
> How could I solve the problem?
> 
> Francesco
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 
> 




More information about the User mailing list