concatenating a variable into a python string
Its been a while since I've really messed with this stuff, but having some issues with the Python Submit function. Take the following code Names Default To Here( 1 );
Python Init();
Python Submit( "\[
str = 'The quick brown fox jumps over the lazy dog';
a = 200;
]\" );
getStr = Python Get( str );
getNum = Python Get( a );
Show( getStr, getNum );
Python Term(); If I wanted to make the word "fox...