|
Thanks a lot for the help!!
Scuttlebutt wrote in message <71ga7d$avk@enews2.newsguy.com>...
>How can I translate the result of an %EVAL to a numeric value? When I
>execute these commands:
>
>%let numcards= %eval(&decks*52);
>%let cutoff= %eval(.7 * &numcards);
>
>I am getting the following error:
>
>ERROR: A character operand was found in the %EVAL function or %IF condition
>where a numeric
> operand is required. The condition was: .7 * 52
>ERROR: The macro will stop executing.
>
>Any help would be great, thanks!
>
>
>
|