Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using quotation marks
Message
From
30/03/2005 11:17:34
 
 
To
29/03/2005 21:04:04
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00999835
Message ID:
00999950
Views:
20
>Hi all:
>
>How do I include quotation marks (" ") in the code below, so that the value of mGroupNumber is stored as "X09" instead of just X09 for example. (mGroupNumber is declared as a Character).
>
>
mStuffIntoGroupNumber = "update License set GroupNum = "+alltrim(mGroupNumber)+" where recno() = "+ALLTRIM(STR(mRecordNumber))
>
>Thanks in advance.

Slight variation on others:
mStuffIntoGroupNumber = TEXTMERGE( ;
  [update License set GroupNum="<<alltrim(mGroupNumber)>>" where recno()=<<mRecordNumber>>] )
Previous
Reply
Map
View

Click here to load this message in the networking platform