bug in RR with copy and paste in scripteditor?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
haribo
Posts: 23
Joined: Fri Jun 29, 2007 8:04 pm

bug in RR with copy and paste in scripteditor?

Post by haribo » Thu Jul 19, 2007 8:39 pm

every time when use copy and paste with my database scripts i get an error,
use this code
""revExecuteSQL gConID, "Insert into Schueler (Name.........)""
in runtimemode rr comments " database error near "(" ", if i delete all and type the same in script it works ?????????????
its normally
Ralle

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Thu Jul 19, 2007 10:05 pm

Is it possible that there are some invisible 'control' characters creeping in when you copy/paste from the webpage?
Never had problems with copy+paste within Revolution myself - apart from the shortcuts that would sometiems seize to function, but I haven't seen that since Rev 2.8.1

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

haribo
Posts: 23
Joined: Fri Jun 29, 2007 8:04 pm

Post by haribo » Fri Jul 20, 2007 7:21 am

not from webpage, in my own project,
ralle

Post Reply