dilan Posted October 28, 2019 Posted October 28, 2019 Hello, I can’t set the following value for the variable: (setq loc_sys " ;Start of value for variable 15000.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.0 unknow0=)94uv}@<>2&92<k4$-."l,Z?eIAVy4$-."l)[AUIAV4$-."l)[/UIA4$-."l*J/UIzey" W000022402200.00.02.40855436775217460.0-5862800.0500000.00.00.00.00.00.00.00.00.00.00.00.00.01.00.0.000.0 false0truetrue0.00.00.00.00.00.00.00.00.00.0.00.00.01.01.722-98.0596.2831752114194910.99998390891079565.598554528. 340.00.00.01.00.00.00.00.00.00.00.00.00.00.0-12.256-19.618-107.1391097836.266554755.6920.00.00.00.00.0003end " ;End of value for variable ); end of setq Now I have an error: syntax error Please tell me how to do this correctly. Thank. Quote
Lee Mac Posted October 28, 2019 Posted October 28, 2019 You'll need to escape the double-quotes, i.e. (setq loc_sys " ;Start of value for variable 15000.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.0 unknow0=)94uv}@<>2&92<k4$-.\"l,Z?eIAVy4$-.\"l)[AUIAV4$-.\"l)[/UIA4$-.\"l*J/UIzey\" W000022402200.00.02.40855436775217460.0-5862800.0500000.00.00.00.00.00.00.00.00.00.00.00.00.01.00.0.000.0 false0truetrue0.00.00.00.00.00.00.00.00.00.0.00.00.01.01.722-98.0596.2831752114194910.99998390891079565.598554528. 340.00.00.01.00.00.00.00.00.00.00.00.00.00.0-12.256-19.618-107.1391097836.266554755.6920.00.00.00.00.0003end " ;End of value for variable ); end of setq But it's a really odd value. 1 Quote
BIGAL Posted October 29, 2019 Posted October 29, 2019 Looks like a column string ie get charcters 32-34 0.0 Quote
dilan Posted October 29, 2019 Author Posted October 29, 2019 (edited) 2 hours ago, Lee Mac said: You'll need to escape the double-quotes, i.e. (setq loc_sys " ;Start of value for variable 15000.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.0 unknow0=)94uv}@<>2&92<k4$-.\"l,Z?eIAVy4$-.\"l)[AUIAV4$-.\"l)[/UIA4$-.\"l*J/UIzey\" W000022402200.00.02.40855436775217460.0-5862800.0500000.00.00.00.00.00.00.00.00.00.00.00.00.01.00.0.000.0 false0truetrue0.00.00.00.00.00.00.00.00.00.0.00.00.01.01.722-98.0596.2831752114194910.99998390891079565.598554528. 340.00.00.01.00.00.00.00.00.00.00.00.00.00.0-12.256-19.618-107.1391097836.266554755.6920.00.00.00.00.0003end " ;End of value for variable ); end of setq But it's a really odd value. Thank you! Value is a description of the coordinate system for the satellite receiver. Edited October 29, 2019 by dilan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.