Sry my mistake,i just wanted to see if same error occurs in others ide while compiling my program,never mind,here is the error message
C:\Users\user\Desktop\blynk\blynk.ino: In function 'void setup()':
blynk:26: error: 'sensorvalue1' was not declared in this scope
timer.setInterval(1000L,sensorvalue1 );
^
blynk:27: error: 'sensorvalue2' was not declared in this scope
timer.setInterval(1000L,sensorvalue2 );
^
blynk:28: error: 'sensorvalue3' was not declared in this scope
timer.setInterval(1000L,sensorvalue3 );
^
C:\Users\user\Desktop\blynk\blynk.ino: In function 'void loop()':
blynk:43: error: expected unqualified-id before numeric constant
String 1 = getValue(myString, ',', 0);
^
blynk:44: error: expected unqualified-id before numeric constant
String 2 = getValue(myString, ',', 1);
^
blynk:45: error: expected unqualified-id before numeric constant
String 3 = getValue(myString, ',', 2);
^
blynk:46: error: expected unqualified-id before numeric constant
String 4 = getValue(myString, ',', 3);
^
blynk:48: error: 'l' was not declared in this scope
firstVal = l.toInt();
^
blynk:49: error: 'm' was not declared in this scope
secondVal = m.toInt();
^
blynk:50: error: 'n' was not declared in this scope
thirdVal = n.toInt();
^
blynk:51: error: 'o' was not declared in this scope
fourthVal = o.toInt();
^
Using library ESP8266WiFi at version 1.0 in folder: C:\Users\user\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi
Using library blynk-library-master at version 0.6.1 in folder: C:\Users\user\Documents\Arduino\libraries\blynk-library-master
Using library SoftwareSerial at version 1.0 in folder: C:\Users\user\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\SoftwareSerial
Using library SimpleTimer-master in folder: C:\Users\user\Documents\Arduino\libraries\SimpleTimer-master (legacy)
exit status 1
'sensorvalue1' was not declared in this scope