Window , the new implicit variable appears in the locals window with the sign in front of the variable name , in this case , 在“即时”窗口中执行此代码时,新的隐式变量将显示在“局部变量”窗口中,其变量名称前有一个$符号,在本例中,为
In visual basic , you cannot declare implicit variables in the expression evaluator , but if you use an undeclared variable in the visual basic expression evaluator , an implicit variable is created automatically 在visual basic中,无法在表达式计算器中声明隐式变量,但是如果在visual basic表达式计算器中使用未声明的变量,将自动创建一个隐式变量。