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 Wanet Telecoms Ltd 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. TheSorceror

    EBMNGR.EXE Crashing When running macro in Extra 6.3

    I have written the a macro and it works well but it frequently crashes ebmngr.exe. Now i can run the macro multiple times without issues then all of a sudden ebmngr.exe crash just after macro finishes or sometimes while macro is running. It is frustrating the hell out of me because i can not...
  2. TheSorceror

    seperating a delimited string into a dynamic array

    I am looking for a piece of code to help me seperate a comma delimited string into a dynamic array. For example: inputting a string of comma delimeted characters into a edit box on a form then seperate the string into the sepperated characters. text entered equals...
  3. TheSorceror

    passing Parrameters to Functions and Sub Programs

    I Seem to be having a hell of a lot of troubles passing Variables into a Function or Sub Program Call. For Example: (Extremely simplified). Declare Sub MySub(Param1 as String, Param2 as String, Param3 as String) Sub main() Dim MyVar1 as String Dim MyVar2 as String Dim MyVar3 as String...

Part and Inventory Search

Back
Top