 
 
 
 
 
 
Problems with Parsing !
- To: mathgroup at smc.vnet.net
- Subject: [mg39570] Problems with Parsing !
- From: "turbocyx" <frodo.biggins at gmx.net (nospam)>
- Date: Sun, 23 Feb 2003 05:01:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi
I want to write a function with 2 arguments
Example[base_Integer,numbers_]:=Module[{...}...]
The function works fine except that numbers are Hex numbers starting with a
1 (eg. 1AB23)
In this case Mathem. interprets the numbers as 1*AB23 and gives numbers as
AB23 to the Module.
Is there any way to prevent this (HoldForm[numbers] in the Module do not
work!)
Thanks for any hint
Werner

