two String concatenation in pharo
As i got idea that *LibC system: 'D:\DEV_FreeCAD\build\bin\makebt.exe ', a asString* is worked but now i want to send two data like *LibC system: 'D:\DEV_FreeCAD\build\bin\makebt.exe ', a asString, b asString* but not worked can anyone have idea how to do it. Thanks <http://forum.world.st/file/t372453/a.png> -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On Wed, Jul 29, 2020 at 5:44 PM shawon58 <shawonhoque58@gmail.com> wrote:
As i got idea that *LibC system: 'D:\DEV_FreeCAD\build\bin\makebt.exe ', a asString* is worked but now i want to send two data like *LibC system: 'D:\DEV_FreeCAD\build\bin\makebt.exe ', a asString, b asString* but not worked can anyone have idea how to do it.
Hi, Maybe you forgot the space. LibC system: 'D:\DEV_FreeCAD\build\bin\makebt.exe ' , a asString , ' ' , b asString. ?
Thanks
<http://forum.world.st/file/t372453/a.png>
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Cyril Ferlicot https://ferlicot.fr
thanks it works -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Cyril Ferlicot -
shawon58