Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

inserting a integer from customized menu

Hiya,

I have made a customised right click menu, which contains the numbers 1-4, i also have 4 rich text boxes.

Can anyone please help tell me how i can select a number from the right click menu and insert it into the rich text boxes.

I tried: rtfinpu(index) = 1
val(rtfinput(index).text = 1

Please could someone help me with this

Thanks
[398 byte] By [Coolgoose] at [2007-11-11 10:19:44]
# 1 Re: inserting a integer from customized menu
rtfinput(index).text = val(1) 'val() is optional
Amahdy at 2007-11-11 17:22:48 >