PDA

View Full Version : E30 with a V8?


jamesroools
11-08-2004, 15:59
hello,
does anyone know if it would be possible to take a V8 from any other bmw and put it in a E30 320i cabriolet which currently has an M20 engine, its a bit gutless at the moment and the 2.5 doesnt really have enough power either, plus the V8 has that unique sound, thanks, and one more thing is there a manual gearbox available for any of the bmw V8's, thanks every1

mpower
11-08-2004, 20:20
hi

I have seen a V8 from an E39 M5 put in to an E30 and the conversion was quit succesfull, However i think they had a bit of trouble fitting the engine but eventually they got it in.

for more info you should visit http://www.akgmotorsport.com/swaps.html

virmaior
03-23-2010, 21:00
I am programming a GUI program using AppleScript. Because I am a relatively inexperienced programmer, I have linked up an AppleScript GUI with a C command line utility. I would like to have spaces support:

Code: myprogram hello# this is my message#or

Code: myprogram hello#this is input from within the program#"#" is end-of-input in my C program

The two options above are: use spaces support in the command line arguments or give input from within the program. I cannot get either to work, because when I did the former, I just ended up with the variable being
______________________________________________



that is neither C nor AppleScript as far as i know.