You need to sign in to do that
Don't have an account?

unexpected token: map error in developer login
when i try to declare a map in an Apex class i get error "Error: Compile Error: unexpected token: map"
I am using a developer login with development mode checked to true. Is it that Map object has to be enabled on developer login?
Map<string, string> myMap=new Map<string, string>();
Message Edited by Mig on 04-10-2008 03:39 PM