[A83] Re: Token for RandInt(


[Prev][Next][Index][Thread]

[A83] Re: Token for RandInt(



On Tuesday 31 December 2002 11:15 am, you wrote:
>
> What is the token for "RandInt("?  When I use assembly to create a program
> with tRandInt, it gives the 'from radians' symbol instead.  Is there
> another byte I should be using in addition to tRandInt, or should I use
> another token altogether?
>
> Jeff
>
Try ".db t2ByteTok, tRandInt". This should work. t2ByteTok (0xBB) means use a 
different "token alphabet" for the next token.



Follow-Ups: