None.
I was hoping to have the whole code. I figured it would be longer then 10 lines (20 at the most).
I haven't done VB scripts in a very long time. I forgot everything.
My point is not to learn how to do it. This is a one shut deal. I do not have time to learn how to find the code on my...
I have a 2 excel files :
File-Name (list of problem types)
Column-Name
authority
Disk space
timer
timeout
File-Log (activity log)
Column-Type Column-Log
[empty] adja sdhajsdhfklaj authority hasldjf
[empty] adjasdha timer hfklajdl fjasdkljfhasldjf
[empty] ad disk space...
Here is an exemple (have plenty of other typs of code I wanna do but this one is easy enough to show you what I need).
I have in the general code area :
Private Sub Workbook_Open()
' code to put here for initialization
End Sub
Now in this workbook, I have many worksheets but on the Setup...
I am starting on Excel VBA as of today. I have this Excel file at the office with multiple worksheets in it. We use it to manualy add data on daily worksheets (one for each day of the month) and then take the totals of that daily worksheet to copy to another worksheet (same excel file) where all...
I have a record where 2 values are seperated by a '@'.
value1@value2
The split(/@/,var) doesn't work and I am guessing because in this case the '@' means something else. So there should be someother regular expression in there to match the '@'.
I searched a few regular expression links but...
I started another thread oriented to Perl-4 as this one here will lead people into confusion since it is not about Perl-5 anymore.
You can close this thread.
Because at the office we use an IBM's AIX version of Unix and that it has Perl-4, I want to build some tools to help our daily tasks. I don't know Perl.
Any good links to Perl-4 tutorials ?
Keep in mind that it has to be AIX oriented. It would be a bonus if it also had explained differences...
I have no power over any installation/updates on the client's server. No real discussions about development of tools have been done with the managers (except a received "We do not build tools" type of response on a quick and go question. But I am sure that manager didn't understand what I meant...
I checked the AIX Perl version :
>perl -v
This is perl, version 4.0
$RCSfile: perl.c,v $$Revision: 1.1 $$Date: 1996/05/10 05:06:54 $
Patch level: 36
Copyright (c) 1989, 1990, 1991, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General...
Can I get a detail description (link or document) about the differences between UNIX's Perl-5 coding and AIX's Perl-5 coding ?
I am asking because my first Perl program I did (posted here on this forum section about 1 month ago) was checked/corrected by other members but when I ran it on AIX, I...
Hi, I am currently doing software distribution via Tivoli for IBM, using IBM's own UNIX AIX system.
I think this forum section would be a good place for me when I have issues or questions but what is the "TME10" about ?
Thank you but 2 things :
1) I don't simply want to put your changes into my code. I need to understand why the differences. Explanations should always be put on any code changes. I need to understand before I do anything.
2) I don't simply concatenate all fields back together. Not all fields...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.