Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable name Cursor
Message
From
27/06/2001 12:16:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00524217
Message ID:
00524242
Views:
18
>>
>>A cursor name can't start with a digit. Try using sys(2015).
>
>Thanks.. I wasn't sure if cursors could start with a digit or not... I was about to try doing a little string doctoring on the sys(3) value...
>
>I will use sys(2015)... but looks like I'll have to do a SUBSTR(SYS(2014),3,10) to cut it down to 8 characters...
>
>Thanks

No do not cut but place dot :
lcTemp = stuff(sys(2015),9,0,'.')

If you would cut, cut from left.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform