Search:

Type: Posts; User: quick_dry

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    34,146

    Re: T-SQL - Stripping Path From FileName

    cool tip - I made a slight change:

    RIGHT('\'+fldFileName, CHARINDEX('\', REVERSE('\'+fldFileName))-1)

    This way it will always work whether the '\' is in the filename or not (the original errors...
  2. VS 2008 Re: Help with creating and calling sub procedures

    they're subs, so you will need a variable that calcCharge and TotalDisplay can both access (calcCharge to store the charge, and TotalDisplay to display). Going off track, but I think calcCharge...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width