code34 248 Posted January 14, 2009 hello, I have a problem with the call compile method i try this, but it doesn't work call compile format["%1 = createMarker [%1, %2];", _markername, _position]; can you help me, what is the correct syntax ? Share this post Link to post Share on other sites
dr_eyeball 16 Posted January 15, 2009 First problem I see is missing quotes around marker name. Try single quotes: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">call compile format["%1 = createMarker ['%1', %2];", _markername, _position]; Share this post Link to post Share on other sites
code34 248 Posted January 15, 2009 thanks it works fine Share this post Link to post Share on other sites