Re: Constants required in String functions

2003-06-03 Thread Egor Egorov
Hu Qinan <[EMAIL PROTECTED]> wrote: > > I am wondering whether constant arguments are required in string functions, e.g. > > Substring(str, pos, len). > > Given MyTable: >... >MyString TEXT,(muti-byte characters) >MyPos UNSIGNED(10),

Re: Constants required in String functions?

2003-06-03 Thread Becoming Digital
uspicion that's your problem. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: "Hu Qinan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, 03 June, 2003 03:05 Subject: Constants required in String functions? Dear all,

Constants required in String functions?

2003-06-03 Thread Hu Qinan
Dear all, I am wondering whether constant arguments are required in string functions, e.g. Substring(str, pos, len). Given MyTable: ... MyString TEXT,(muti-byte characters) MyPos UNSIGNED(10), MyLength UNSIGNED(10). While (1) wor