Posted: Tue Aug 12, 2008 5:27 pm Post subject: [Delphi] Variables in Delphi
I am really sorry for asking all of these questions of everyone. I thought my variable setup was going to work since I got it off of lamer-Hacks' old blog. It didn't work however.
This is what a segment looks like:
Code:
procedure TForm1.Button2Click(Sender: TObject);
begin
// ShockwaveFlash1.SetVariable(’Variable_Name’, ‘Value’);
ShockwaveFlash1.SetVariable(’money’, ‘1000000‘);
end;
I end up getting
Code:
[Error] Unit1.pas(32): Illegal character in input file: '’' ($92)
when I try to compile the trainer. Can someone help me out with how to set this up, and if I need to add anything to the "uses" and "var" areas in my code?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum