Code:program new; {.include/SRL/SRL/Misc/SMART.scar} {.include/SRL/SRL.scar} const SmartWorld = 15; SmartMembers = False; SmartSigned = True; SmartSuperDetail = False; begin Smart_Server := SmartWorld; Smart_Members := SmartMembers; Smart_Signed := SmartSigned; Smart_SuperDetail := SmartSuperDetail; SetupSRL; end.I don't understand why it's giving me this error??Code:[Error] (13:3): Unknown identifier 'Smart_Server' at line 13 Compiling failed.


Reply With Quote






I havent tested.'







