Will StrStr do?  Details are in the Programmer's Reference.

How to convert an int to float:
int a;
float b;

b = a;
or
b = (float)a;  // if the compiler complains

----- Original Message -----
From: "Rania Saymeh" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Friday, October 19, 2001 7:52 AM
Subject: strtok?


> Hi,
>
> I was wondering if the String Manager functions for Palm OS have anything
> equivelant to strtok? also is there a way to switch ints to floats?
>
> thanx!
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to