Comment(Symbol());

 

Dear everyone,

 

Anyone know what is wrong with the following statement?

 Comment(Symbol());

 

When I compiled, it says "Symbol'-ambiguous call to overloaded function with the same parameters.".

Or is there a way to write code to store the value of Symbol()?

 

Thanks you in advance.

 
WHRoeder:
myfin90: Anyone know what is wrong with the following statement?
 Comment(Symbol());
  1. broken compiler
  2. Use the predefined variable _Symbol instead

Hi everyone,

It is working now. There are some error in my coding.

Cheers. 

Reason: