Sorry

Mark Talluto userev at canelasoftware.com
Fri Oct 29 17:13:41 EDT 2004


On Oct 29, 2004, at 2:07 PM, aurelien at jetrealisations.fr wrote:

> Sorry to disturb you with this basicly basic question but… i really 
> need an answer even it is
> certainly a very simple thing to do. Here it is, i simply want to 
> multiply,add,… the value of two
> variables… and i can't… i know…
>
> My code :
>
> on mouseUp
>   put the number of characters of field "myfld" into MyChar
>   put the value of field "price" into MyNum
>   put MyChar * MyNum into field "devis"
> end mouseUp
>
> it returns an error in the right operand while the structure seems 
> bascily logical
>

There is nothing wrong with your code.  My guess is that you have a 
field named incorrectly.  Check your fields names to make sure they 
have the data you wish for them to have as well.

-- 
Best regards,
Mark Talluto
http://www.canelasoftware.com


More information about the use-livecode mailing list