this is the code i have so far:

Code:
my.computer.sendkeys("Hello all")
that forces the keys hello all

when i try it with enter it is like this:

Code:
my.computer.sendkeys(keys.enter)
when ever i try this it forces teh keys 13 that is because teh keycode for enter is 13. does ne1 no any ways around this plz helm me