Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. craigbulmer

    PIX 501 and 2 PC Anywhere Hosts

    Have you given any thought to using the vpn client and then establishing a session to whichever host you want?
  2. craigbulmer

    Parsing a string

    ok, just had time to rework work the problem and it works. Thanks for your help. now however, it has cropped up a new one. When I parse thru the string the alpha chars go thru ok but when it hits the numeric this go wrong. The routine truncates the values for some reason. Can some one help...
  3. craigbulmer

    Cisco 501 config for small office (What am I missing)

    Try adding these ip local pool <pool Name> 192.168.17.1-192.168.17.100 vpngroup vpnclient address-pool <pool Name> vpngroup vpnclient dns-server 172.16.xxx.xxx 172.16.xxx.xxx vpngroup vpnclient wins-server 172.16.xxx.xxx...
  4. craigbulmer

    Parsing a string

    Ok I can move thru sort of, but how do I check to see if the character is alpha or numeric? Sub main() Dim reg As String Dim myChar As String Dim i As Integer Dim strText As String Dim j As Integer strText = "Lost in space" i = Len(strText) If Len(strText) > 0 Then Do Until i = 0 reg =...
  5. craigbulmer

    Parsing a string

    I guess I need to be a little clearer. I need to be able to step thru a string one character at a time and move it into a place holder. I guess I am asking for a function that already does that. Example: Dim getAlpha as string Dim getNumeric as string Dim statement as string Statement = “ my...
  6. craigbulmer

    Parsing a string

    I need to parse thru a string one charactor at a time until it it meets a condition and move it into a memory holder and continue until the string lenght is null. AN example would do nicely. Thanks Craig

Part and Inventory Search

Back
Top