grimey
05-29-2007, 08:50 PM
Just playing with some SRL Functions, I ran into this with the "GetTraderName" function:
program findthetradername;
{.include srl\srl\misc\trade.scar}
var
TraderName: string;
begin
GettraderName;
writeln(TraderName)
end.
and I get:
Line 203: [Error] (206:5): Unknown identifier 'BankScreen' in script C:\Program Files\SCAR 3.06\includes\srl/srl/misc/amount.scar
Ive looked to see if its a common problem, and no one else has come up with this, Ive updated SRL 3.7 so thats not the problem.
Im using SCAR Divi 3.06
if you need anymore info you can talk to me on aim or msn or whatever.
Thanks,
program findthetradername;
{.include srl\srl\misc\trade.scar}
var
TraderName: string;
begin
GettraderName;
writeln(TraderName)
end.
and I get:
Line 203: [Error] (206:5): Unknown identifier 'BankScreen' in script C:\Program Files\SCAR 3.06\includes\srl/srl/misc/amount.scar
Ive looked to see if its a common problem, and no one else has come up with this, Ive updated SRL 3.7 so thats not the problem.
Im using SCAR Divi 3.06
if you need anymore info you can talk to me on aim or msn or whatever.
Thanks,