-
Re: Importing Data - For example, importing an excel cell which contains "page 7", I only
"Elmosca" <elmosca@terra.es> wrote:
>Hi, I'm newbie. My question is: how can I delete the first letters of a
>string I import (from an excel cell, for instance).
>For example, the cell contains "page 7". How can I import only the "7"
>deleting the first part ("page ")? Any ideas?
>
>TIA
>
>
strTemp = Right(strTemp,1)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|