02-26-2009 12:41 AM
Hi friends,
I am using scan from string function ,, actually i don't know how it works..... can any one help me in that what is ^,/t,/r..etc like that how it works......plz explain me in detail.....
02-26-2009
01:03 AM
- last edited on
05-01-2025
04:35 PM
by
Content Cleaner
Hi Karthikey,
Scan from string is used to scan a string for values in another datatype.
The help file is located here.
Details on the format string is here.
If you want to interact with timestamps look here.
/t looks for a tab character
/r looks for a return character
^ is used in time format specifiers
Ton
02-26-2009 03:29 AM
Hi ii i have another doudt see in my sample paragrah say
InstallationofAS-InterfacePC2cards14.32
If there is one or more AS-Interface PC2 cards (or AS-Interface PC/104 cards)
in your PC you have to activate these devices now. Select the
devices in the dialogbox "AS-Interface PC2 Port" and click "On".
If there is no AS-Interface PC2 card (or AS-Interface PC/104 card) installed,
click "Cancel".
In this i want the strings present in " " how to take it out.........